diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-06 15:02:21 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 23:39:45 -0500 |
| commit | 76d99c08d6740886b8c52ee4a0291706dc68ca3f (patch) | |
| tree | fad7db45a4f61780fd7437c3060df6bace58bd5c | |
| parent | dc04c8cbd48dd8dcfc6b1937663e57983d38562a (diff) | |
Move modal out of vue tree
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | src/App.vue | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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> diff --git a/src/App.vue b/src/App.vue index 23a388a6..fe214ce7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -71,7 +71,6 @@ <StatusHistoryModal v-if="editingAvailable" /> <SettingsModal /> <UpdateNotification /> - <div id="modal" /> <GlobalNoticeList /> </div> </template> |
