@vitejs/plugin-vue-jsx 不支持装饰器语法,所以换成@vitejs/plugin-vue-jsx插件,不需要任何配置就可以了

This commit is contained in:
编码猿
2025-09-19 13:12:17 +08:00
parent b3718c4097
commit 32d40e1fa3
4 changed files with 41 additions and 49 deletions

View File

@@ -3,9 +3,6 @@
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"dep": "concurrently \"npm run build\" \"npm run preview\"",
@@ -20,15 +17,12 @@
"vue-router": "^4.0.6"
},
"devDependencies": {
"@abraham/reflection": "^0.13.0",
"@originjs/vite-plugin-federation": "^1.4.1",
"@types/node": "^24.5.2",
"@vue3-oop/plugin-vue-jsx": "^1.5.1",
"injection-js": "^2.5.0",
"tslib": "^2.8.1",
"typescript": "~5.8.0",
"vite": "^7.0.6",
"vite-plugin-vue-devtools": "^8.0.0",
"vue3-oop": "^1.2.1"
"vite-plugin-vue-devtools": "^8.0.0"
}
}