vue-tsc 版本问题修复
Showing
... | ... | @@ -21,7 +21,8 @@ |
"splitpanes": "^3.1.5", | ||
"vue": "^3.4.19", | ||
"vue-dompurify-html": "^5.1.0", | ||
"vue-router": "^4.3.0" | ||
"vue-router": "^4.3.0", | ||
"vue-tsc": "^2.1.10" | ||
}, | ||
"devDependencies": { | ||
"@types/splitpanes": "^2.2.6", | ||
... | ... | @@ -37,7 +38,6 @@ |
"unplugin-auto-import": "^0.17.5", | ||
"unplugin-icons": "^0.18.5", | ||
"unplugin-vue-components": "^0.26.0", | ||
"vite": "^5.1.4", | ||
"vue-tsc": "^1.8.27" | ||
"vite": "^5.1.4" | ||
} | ||
} |
Please
register
or
sign in
to comment