refactor: clean up code formatting and improve readability in index.vue

v3.2
wxg0103 2025-09-17 15:21:02 +08:00
parent 680502f366
commit 52f420df58
1 changed files with 200 additions and 199 deletions

View File

@ -317,6 +317,7 @@ onBeforeMount(() => {
} }
} }
}) })
})
const modeList = ref<string[]>(['']) const modeList = ref<string[]>([''])
const QrList = ref<any[]>(['']) const QrList = ref<any[]>([''])