Move modal out of vue tree

This commit is contained in:
Tusooa Zhu 2022-04-06 15:02:21 -04:00 committed by tusooa
parent dc04c8cbd4
commit 76d99c08d6
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 -->
<div id="popovers" />
</body>

View File

@ -71,7 +71,6 @@
<StatusHistoryModal v-if="editingAvailable" />
<SettingsModal />
<UpdateNotification />
<div id="modal" />
<GlobalNoticeList />
</div>
</template>