Add welcome widget
This commit is contained in:
parent
37f862947b
commit
ea13efe495
3 changed files with 92 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
Vue.component('mkw-welcome', () => import('./welcome.vue').then(m => m.default));
|
||||
Vue.component('mkw-memo', () => import('./memo.vue').then(m => m.default));
|
||||
Vue.component('mkw-notifications', () => import('./notifications.vue').then(m => m.default));
|
||||
Vue.component('mkw-timeline', () => import('./timeline.vue').then(m => m.default));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue