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