Add button widget
This commit is contained in:
@@ -14,6 +14,7 @@ export default function(app: App) {
|
||||
app.component('MkwFederation', defineAsyncComponent(() => import('./federation.vue')));
|
||||
app.component('MkwPostForm', defineAsyncComponent(() => import('./post-form.vue')));
|
||||
app.component('MkwSlideshow', defineAsyncComponent(() => import('./slideshow.vue')));
|
||||
app.component('MkwButton', defineAsyncComponent(() => import('./button.vue')));
|
||||
}
|
||||
|
||||
export const widgets = [
|
||||
@@ -30,4 +31,5 @@ export const widgets = [
|
||||
'federation',
|
||||
'postForm',
|
||||
'slideshow',
|
||||
'button',
|
||||
];
|
||||
|
Reference in New Issue
Block a user