1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

fix(frontend): drop classic ui

This commit is contained in:
syuilo
2025-03-30 14:25:56 +09:00
parent c03f9bff0a
commit 4f4cb6738c
6 changed files with 3 additions and 793 deletions

View File

@@ -54,9 +54,6 @@ export async function mainBoot() {
case 'visitor':
rootComponent = await import('@/ui/visitor.vue').then(x => x.default);
break;
case 'classic':
rootComponent = await import('@/ui/classic.vue').then(x => x.default);
break;
default:
rootComponent = await import('@/ui/universal.vue').then(x => x.default);
break;