diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-18 12:22:12 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-18 12:22:12 -0400 |
| commit | 95ad5ccaf1378bed6f5226c61610b00e789a696a (patch) | |
| tree | 004c6ea79462e0f8820d8b8f621bac43b3226544 /src/App.vue | |
| parent | d69b8794b099b559ae813226eb81c206ed4f2f50 (diff) | |
revert changes to render modal into portal
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/App.vue b/src/App.vue index a53bcb97..dbe842ec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -120,10 +120,7 @@ <MobilePostStatusButton /> <UserReportingModal /> <PostStatusModal /> - <portal-target - name="modal" - multiple - /> + <portal-target name="modal" /> </div> </template> |
