From acfa2ef0288f80b6b972d41c582355306c28ebf5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 15 Feb 2018 18:39:05 +0900 Subject: wip --- src/web/app/common/views/components/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/web/app/common') 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); -- cgit v1.2.3-freya