保存一下

This commit is contained in:
2025-09-10 15:44:10 +08:00
parent 7cbb37d542
commit dc25d283d8
8 changed files with 212 additions and 614 deletions

View File

@@ -10,7 +10,13 @@ import UnoCSS from 'unocss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [
vue(),
vue({
template: {
compilerOptions: {
isCustomElement: tag => tag.endsWith('-element') // 忽略自定义元素
}
}
}),
vueJsx(),
vueDevTools(),
UnoCSS()