wip
This commit is contained in:
parent
e6e02ece89
commit
8814fc9c9c
5 changed files with 92 additions and 115 deletions
|
@ -30,6 +30,7 @@ import Switch from './switch.vue';
|
|||
import Othello from './othello.vue';
|
||||
import welcomeTimeline from './welcome-timeline.vue';
|
||||
import uiInput from './material/input.vue';
|
||||
import uiButton from './material/button.vue';
|
||||
|
||||
Vue.component('mk-analog-clock', analogClock);
|
||||
Vue.component('mk-menu', menu);
|
||||
|
@ -61,3 +62,4 @@ Vue.component('mk-switch', Switch);
|
|||
Vue.component('mk-othello', Othello);
|
||||
Vue.component('mk-welcome-timeline', welcomeTimeline);
|
||||
Vue.component('ui-input', uiInput);
|
||||
Vue.component('ui-button', uiButton);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue