summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-13 21:04:08 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-13 21:04:08 +0900
commit284b21922c252c1719e94f7527abcdbd6f5c05d7 (patch)
treebb971876ae56f6f2b4352f4a1a3a6915717cf8a6 /src
parentwip (diff)
downloadmisskey-284b21922c252c1719e94f7527abcdbd6f5c05d7.tar.gz
misskey-284b21922c252c1719e94f7527abcdbd6f5c05d7.tar.bz2
misskey-284b21922c252c1719e94f7527abcdbd6f5c05d7.zip
wip
Diffstat (limited to 'src')
-rw-r--r--src/web/app/desktop/views/components/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/app/desktop/views/components/index.ts b/src/web/app/desktop/views/components/index.ts
index f212338e1e..580c61592e 100644
--- a/src/web/app/desktop/views/components/index.ts
+++ b/src/web/app/desktop/views/components/index.ts
@@ -23,6 +23,9 @@ import ellipsisIcon from './ellipsis-icon.vue';
import images from './images.vue';
import imagesImage from './images-image.vue';
import imagesImageDialog from './images-image-dialog.vue';
+import notifications from './notifications.vue';
+import postForm from './post-form.vue';
+import repostForm from './repost-form.vue';
Vue.component('mk-ui', ui);
Vue.component('mk-ui-header', uiHeader);
@@ -47,3 +50,6 @@ Vue.component('mk-ellipsis-icon', ellipsisIcon);
Vue.component('mk-images', images);
Vue.component('mk-images-image', imagesImage);
Vue.component('mk-images-image-dialog', imagesImageDialog);
+Vue.component('mk-notifications', notifications);
+Vue.component('mk-post-form', postForm);
+Vue.component('mk-repost-form', repostForm);