From 06eabcbc636800c551e4ba602325d227ca463460 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Mar 2018 01:54:56 +0900 Subject: wip --- src/web/app/common/views/components/index.ts | 2 ++ src/web/app/common/views/components/othello.vue | 32 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 src/web/app/common/views/components/othello.vue (limited to 'src/web') diff --git a/src/web/app/common/views/components/index.ts b/src/web/app/common/views/components/index.ts index 5274920228..98fc2352f2 100644 --- a/src/web/app/common/views/components/index.ts +++ b/src/web/app/common/views/components/index.ts @@ -21,6 +21,7 @@ import urlPreview from './url-preview.vue'; import twitterSetting from './twitter-setting.vue'; import fileTypeIcon from './file-type-icon.vue'; import Switch from './switch.vue'; +import Othello from './othello.vue'; Vue.component('mk-signin', signin); Vue.component('mk-signup', signup); @@ -43,3 +44,4 @@ Vue.component('mk-url-preview', urlPreview); Vue.component('mk-twitter-setting', twitterSetting); Vue.component('mk-file-type-icon', fileTypeIcon); Vue.component('mk-switch', Switch); +Vue.component('mk-othello', Othello); diff --git a/src/web/app/common/views/components/othello.vue b/src/web/app/common/views/components/othello.vue new file mode 100644 index 0000000000..136046db24 --- /dev/null +++ b/src/web/app/common/views/components/othello.vue @@ -0,0 +1,32 @@ + + + + -- cgit v1.2.3-freya