aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-18 11:53:38 -0400
committertaehoon <th.dev91@gmail.com>2019-10-18 11:53:38 -0400
commita41ffea146bf1a392de255f04bf64599de165269 (patch)
treefa7ff5ad52ee3fce2288ba7498bc85f19e738f3e /src/App.vue
parentd502baaffc30d97a9c4f8f254bf1ff146844151b (diff)
render modals into the “modal” portal
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 dbe842ec..33077c9c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -120,7 +120,7 @@
<MobilePostStatusButton />
<UserReportingModal />
<PostStatusModal />
- <portal-target name="modal" />
+ <portal-target name="modal" multiple />
</div>
</template>