diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-18 11:57:54 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-18 11:57:54 -0400 |
| commit | a302ec1f087a1203772ee605a33b535dbf26fd06 (patch) | |
| tree | de24e4d6f285ddbd835da5d67e90c25359ec92a4 /src/App.vue | |
| parent | 215232cc3008b577bf82e9d1598e03cb7610b44d (diff) | |
fix eslint warnings
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 5 |
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> |
