aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-09-19 13:27:37 -0400
committertaehoon <th.dev91@gmail.com>2019-09-20 11:29:24 -0400
commitf4bbf1d4e205e3c3438226d0cf71e77d4bc0be11 (patch)
treedeed786195f463ffcf40e9d3d8d71faba9812f3d /src/App.vue
parent90981dcce6bbed1ba7700a7f1f4d74838e217b55 (diff)
add new module and modal to post new status
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 719e00a4..46d3ac42 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -109,6 +109,7 @@
/>
<MobilePostStatusModal />
<UserReportingModal />
+ <PostStatusModal />
<portal-target name="modal" />
</div>
</template>