Add AiScript console widget
This commit is contained in:
parent
3d73ce63ca
commit
b2fb92cf0f
4 changed files with 176 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ export default function(app: App) {
|
|||
app.component('MkwOnlineUsers', defineAsyncComponent(() => import('./online-users.vue')));
|
||||
app.component('MkwJobQueue', defineAsyncComponent(() => import('./job-queue.vue')));
|
||||
app.component('MkwButton', defineAsyncComponent(() => import('./button.vue')));
|
||||
app.component('MkwAiscript', defineAsyncComponent(() => import('./aiscript.vue')));
|
||||
}
|
||||
|
||||
export const widgets = [
|
||||
|
|
@ -38,4 +39,5 @@ export const widgets = [
|
|||
'onlineUsers',
|
||||
'jobQueue',
|
||||
'button',
|
||||
'aiscript',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue