@@ -1,6 +1,7 @@
|
||||
import { App, defineAsyncComponent } from 'vue';
|
||||
|
||||
export default function(app: App) {
|
||||
app.component('MkwProfile', defineAsyncComponent(() => import('./profile.vue')));
|
||||
app.component('MkwMemo', defineAsyncComponent(() => import('./memo.vue')));
|
||||
app.component('MkwNotifications', defineAsyncComponent(() => import('./notifications.vue')));
|
||||
app.component('MkwTimeline', defineAsyncComponent(() => import('./timeline.vue')));
|
||||
@@ -29,6 +30,7 @@ export default function(app: App) {
|
||||
}
|
||||
|
||||
export const widgets = [
|
||||
'profile',
|
||||
'memo',
|
||||
'notifications',
|
||||
'timeline',
|
||||
|
Reference in New Issue
Block a user