aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-05-20 00:56:23 +0300
committerHenry Jameson <me@hjkos.com>2022-05-20 00:56:23 +0300
commitfd831a27f4e9c6bcd5c40f3449d63546fba2560d (patch)
treebc8762b6ad3e1d9cb73d94c12ba0543a52ba4a94 /src/App.vue
parentc83657a072dc0d6e77a9c866147094099fb5dc24 (diff)
experimental disjointed popups
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 5b448972..c217ade5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -54,6 +54,7 @@
<PostStatusModal />
<SettingsModal />
<div id="modal" />
+ <div id="popovers" />
<GlobalNoticeList />
</div>
</template>