diff options
| author | Henry Jameson <me@hjkos.com> | 2021-04-25 13:45:47 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-04-25 14:05:25 +0300 |
| commit | 709b75198d4e7051c7e1d310379bfeddad5c411f (patch) | |
| tree | e0c91ce3edaa3fa5d9f34938358559555d54da34 /src/App.vue | |
| parent | caed89f0ae64217602a2832bbf2b5df9b66c0999 (diff) | |
fix portals/teleports
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
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> |
