Add AiScript console widget
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
Reference in New Issue
Block a user