2024.5.0-mattyatea4
This commit is contained in:
parent
58ce5a5f79
commit
564f2e9127
21 changed files with 3579 additions and 263 deletions
|
|
@ -28,6 +28,7 @@ export async function mainBoot() {
|
|||
!$i ? defineAsyncComponent(() => import('@/ui/visitor.vue')) :
|
||||
ui === 'deck' ? defineAsyncComponent(() => import('@/ui/deck.vue')) :
|
||||
ui === 'classic' ? defineAsyncComponent(() => import('@/ui/classic.vue')) :
|
||||
ui === 'twilike' ? defineAsyncComponent(() => import('@/ui/twilike.vue')) :
|
||||
defineAsyncComponent(() => import('@/ui/universal.vue')),
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue