summaryrefslogtreecommitdiff
path: root/src/web/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-15 18:39:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-15 18:39:05 +0900
commitacfa2ef0288f80b6b972d41c582355306c28ebf5 (patch)
tree4fd07349317ff050e41e0fa7007c2fec4ccc1c3c /src/web/app/common
parentwip (diff)
downloadmisskey-acfa2ef0288f80b6b972d41c582355306c28ebf5.tar.gz
misskey-acfa2ef0288f80b6b972d41c582355306c28ebf5.tar.bz2
misskey-acfa2ef0288f80b6b972d41c582355306c28ebf5.zip
wip
Diffstat (limited to 'src/web/app/common')
-rw-r--r--src/web/app/common/views/components/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/common/views/components/index.ts b/src/web/app/common/views/components/index.ts
index 3d78e7f9c4..48e9e9db05 100644
--- a/src/web/app/common/views/components/index.ts
+++ b/src/web/app/common/views/components/index.ts
@@ -7,6 +7,7 @@ import nav from './nav.vue';
import postHtml from './post-html';
import reactionIcon from './reaction-icon.vue';
import time from './time.vue';
+import images from './images.vue';
Vue.component('mk-signin', signin);
Vue.component('mk-signup', signup);
@@ -15,3 +16,4 @@ Vue.component('mk-nav', nav);
Vue.component('mk-post-html', postHtml);
Vue.component('mk-reaction-icon', reactionIcon);
Vue.component('mk-time', time);
+Vue.component('mk-images', images);