aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-04-06 15:02:21 -0400
committertusooa <tusooa@kazv.moe>2023-01-20 23:39:45 -0500
commit76d99c08d6740886b8c52ee4a0291706dc68ca3f (patch)
treefad7db45a4f61780fd7437c3060df6bace58bd5c /src/App.vue
parentdc04c8cbd48dd8dcfc6b1937663e57983d38562a (diff)
Move modal out of vue tree
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 0 insertions, 1 deletions
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>