Add analog clock widget
This commit is contained in:
parent
3d231c3456
commit
ae9bfd69b0
9 changed files with 61 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
import analogClock from './analog-clock.vue';
|
||||
import signin from './signin.vue';
|
||||
import signup from './signup.vue';
|
||||
import forkit from './forkit.vue';
|
||||
|
|
@ -27,6 +28,7 @@ import Switch from './switch.vue';
|
|||
import Othello from './othello.vue';
|
||||
import welcomeTimeline from './welcome-timeline.vue';
|
||||
|
||||
Vue.component('mk-analog-clock', analogClock);
|
||||
Vue.component('mk-signin', signin);
|
||||
Vue.component('mk-signup', signup);
|
||||
Vue.component('mk-forkit', forkit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue