This commit is contained in:
Zyronon
2025-11-18 14:16:58 +08:00
committed by GitHub
parent 58a07821fd
commit 4945269f57
5 changed files with 9 additions and 18 deletions

View File

@@ -78,7 +78,6 @@ async function init() {
onMounted(init)
//迁移数据
let showTransfer = $ref(false)
onMounted(() => {
@@ -122,5 +121,8 @@ onMounted(() => {
<!-- </transition>-->
<!-- </router-view>-->
<router-view></router-view>
<MigrateDialog v-model="showTransfer"/>
<MigrateDialog
v-model="showTransfer"
@ok="init"
/>
</template>