aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-18 11:57:54 -0400
committertaehoon <th.dev91@gmail.com>2019-10-18 11:57:54 -0400
commita302ec1f087a1203772ee605a33b535dbf26fd06 (patch)
treede24e4d6f285ddbd835da5d67e90c25359ec92a4 /src/App.vue
parent215232cc3008b577bf82e9d1598e03cb7610b44d (diff)
fix eslint warnings
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 33077c9c..a53bcb97 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -120,7 +120,10 @@
<MobilePostStatusButton />
<UserReportingModal />
<PostStatusModal />
- <portal-target name="modal" multiple />
+ <portal-target
+ name="modal"
+ multiple
+ />
</div>
</template>