VueMacros
All checks were successful
CI / cache-and-install (push) Successful in 1m25s

This commit is contained in:
严浩
2024-08-26 12:07:57 +08:00
parent 9fe54c151e
commit b7913ae47c
18 changed files with 966 additions and 495 deletions

View File

@ -6,7 +6,7 @@
"./typed-router.d.ts",
"./auto-imports.d.ts",
"./components.d.ts",
"env.d.ts", // TODO: compilerOptions.types
// "env.d.ts",
"src/**/*",
"src/**/*.vue"
],
@ -23,5 +23,10 @@
"./src/*"
]
}
}
},
/* "vueCompilerOptions": {
"plugins": [
"unplugin-vue-macros/volar"
],
}, */
}