aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-25 13:45:47 +0300
committerHenry Jameson <me@hjkos.com>2021-04-25 14:05:25 +0300
commit709b75198d4e7051c7e1d310379bfeddad5c411f (patch)
treee0c91ce3edaa3fa5d9f34938358559555d54da34 /src/App.vue
parentcaed89f0ae64217602a2832bbf2b5df9b66c0999 (diff)
fix portals/teleports
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 1a166778..702b69d1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -58,7 +58,7 @@
<UserReportingModal />
<PostStatusModal />
<SettingsModal />
- <portal-target name="modal" />
+ <div id="modal"/>
<GlobalNoticeList />
</div>
</template>