f
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 2m0s
CI/CD Pipeline / build-and-deploy (push) Failing after 1m30s

This commit is contained in:
严浩
2025-12-09 23:42:56 +08:00
committed by Yanhao-MBP
parent f269a25968
commit 0678a88131
16 changed files with 165 additions and 15 deletions

View File

@@ -17,5 +17,11 @@
"@/*": ["./src/*"],
"~/*": ["./src/*"]
}
},
"vueCompilerOptions": {
"plugins": [
"unplugin-vue-router/volar/sfc-route-blocks",
"unplugin-vue-router/volar/sfc-typed-router"
]
}
}