1
0
mirror of synced 2026-05-21 01:36:28 +08:00

feat: use capicator+ionic to build app

This commit is contained in:
YunYouJun
2025-10-01 17:13:01 +08:00
parent b35c2265d8
commit 30a92d0eb2
147 changed files with 3650 additions and 7678 deletions

View File

@@ -24,8 +24,12 @@ onMounted(() => {
<template>
<VitePwaManifest />
<NuxtLayout>
<!-- https://ionic.nuxtjs.org/cookbook/customising-app-vue -->
<!-- <NuxtLayout>
<NuxtLoadingIndicator />
<NuxtPage />
</NuxtLayout>
</NuxtLayout> -->
<ion-app>
<ion-router-outlet />
</ion-app>
</template>