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 /src | |
| parent | dc04c8cbd48dd8dcfc6b1937663e57983d38562a (diff) | |
Move modal out of vue tree
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 1 |
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> |
