feat(locales): locales-4-route
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m5s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m40s

This commit is contained in:
严浩
2025-10-24 12:52:39 +08:00
parent 8d4e822e29
commit 3fe6045e01
6 changed files with 13 additions and 8 deletions

View File

@@ -7,9 +7,11 @@ export default [
// https://github.com/antfu/unplugin-auto-import
AutoImport({
dirs: [
'src/composables',
// 'src/utils',
'src/composables',
'src/stores',
// 匹配所有 -auto-imports.ts / -auto-imports.tsx 结尾的文件
'src/**/*-auto-imports.{ts,tsx}',
],
imports: [
'vue',