This commit is contained in:
sjl
2025-03-17 13:17:12 +08:00
parent 0d2f8a7788
commit 630eb48d28
7 changed files with 49 additions and 15 deletions

View File

@@ -65,5 +65,6 @@ const setupAll = async () => {
//挂载app
setupAll().then(() => {
app.mount('#app')
})