Add slideshow widget
This commit is contained in:
parent
d1bd9fa552
commit
2112fb3896
3 changed files with 171 additions and 0 deletions
|
|
@ -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',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue