diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-18 11:53:38 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-18 11:53:38 -0400 |
| commit | a41ffea146bf1a392de255f04bf64599de165269 (patch) | |
| tree | fa7ff5ad52ee3fce2288ba7498bc85f19e738f3e /src/App.vue | |
| parent | d502baaffc30d97a9c4f8f254bf1ff146844151b (diff) | |
render modals into the “modal” portal
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 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> |
