This commit is contained in:
syuilo
2021-10-24 14:39:08 +09:00
parent 7783c1e0e1
commit c08d959b59
3 changed files with 4 additions and 3 deletions

View File

@@ -166,8 +166,8 @@ const app = createApp(await (
ui === 'deck' ? import('@client/ui/deck.vue') :
ui === 'desktop' ? import('@client/ui/desktop.vue') :
ui === 'chat' ? import('@client/ui/chat/index.vue') :
ui === 'pope' ? import('@client/ui/universal.vue') :
import('@client/ui/default.vue')
ui === 'default' ? import('@client/ui/default.vue') :
import('@client/ui/universal.vue')
).then(x => x.default));
if (_DEV_) {