✌️
This commit is contained in:
parent
c38b5a9b8b
commit
128b56da28
6 changed files with 601 additions and 58 deletions
|
|
@ -23,6 +23,7 @@ import twitterSetting from './twitter-setting.vue';
|
|||
import fileTypeIcon from './file-type-icon.vue';
|
||||
import Switch from './switch.vue';
|
||||
import Othello from './othello.vue';
|
||||
import welcomeTimeline from './welcome-timeline.vue';
|
||||
|
||||
Vue.component('mk-signin', signin);
|
||||
Vue.component('mk-signup', signup);
|
||||
|
|
@ -47,3 +48,4 @@ Vue.component('mk-twitter-setting', twitterSetting);
|
|||
Vue.component('mk-file-type-icon', fileTypeIcon);
|
||||
Vue.component('mk-switch', Switch);
|
||||
Vue.component('mk-othello', Othello);
|
||||
Vue.component('mk-welcome-timeline', welcomeTimeline);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue