Move modal out of vue tree

This commit is contained in:
Tusooa Zhu 2022-04-06 15:02:21 -04:00
parent c307cc4624
commit 069aafef02
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@
<body class="hidden">
<noscript>To use Pleroma, please enable JavaScript.</noscript>
<div id="app"></div>
<div id="modal" />
<!-- built files will be auto injected -->
</body>
</html>

View File

@ -59,7 +59,6 @@
<UserReportingModal />
<PostStatusModal />
<SettingsModal />
<div id="modal" />
<GlobalNoticeList />
</div>
</template>