summaryrefslogtreecommitdiff
path: root/src/client/widgets/index.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-09-04 17:54:24 +0900
committerGitHub <noreply@github.com>2021-09-04 17:54:24 +0900
commit8407702b38ead9fab4aab6698b9e0be1457218a0 (patch)
treeb7ed8987d1bacc19a4e6b8a829bf92bc70ee5d76 /src/client/widgets/index.ts
parentTune download (#2) (diff)
downloadmisskey-8407702b38ead9fab4aab6698b9e0be1457218a0.tar.gz
misskey-8407702b38ead9fab4aab6698b9e0be1457218a0.tar.bz2
misskey-8407702b38ead9fab4aab6698b9e0be1457218a0.zip
藍モード (#7687)
* wip * wip * シンボリックリンクやめた * install lib dependency * bring live2d assets from misskey-dev/assets * refactor * nanka iroiro * コミット忘れ * random motion * wip * run git submodule update --init * コミット忘れ * refactor * fix bug * Update misskey-assets * lint * lint * lint * 藍モード修正 (#7702) * lazy load live2d script * fix typo * lazy load also widget * hot link to cubism core * https://github.com/misskey-dev/misskey/pull/7702/files#r695623821 * fix lint * remove live2d stuff * use iframe * update * Update gulpfile.ts * update * Update .gitattributes * update Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'src/client/widgets/index.ts')
-rw-r--r--src/client/widgets/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/widgets/index.ts b/src/client/widgets/index.ts
index 38cb85494a..51a82af080 100644
--- a/src/client/widgets/index.ts
+++ b/src/client/widgets/index.ts
@@ -19,6 +19,7 @@ export default function(app: App) {
app.component('MkwJobQueue', defineAsyncComponent(() => import('./job-queue.vue')));
app.component('MkwButton', defineAsyncComponent(() => import('./button.vue')));
app.component('MkwAiscript', defineAsyncComponent(() => import('./aiscript.vue')));
+ app.component('MkwAichan', defineAsyncComponent(() => import('./aichan.vue')));
}
export const widgets = [
@@ -40,4 +41,5 @@ export const widgets = [
'jobQueue',
'button',
'aiscript',
+ 'aichan',
];