基于Vue3+OOP+JSX改造项目代码,增加pnpm统一管理依赖

This commit is contained in:
编码猿
2025-09-19 02:20:18 +08:00
parent 064d368ae4
commit 1e16236e13
18 changed files with 254 additions and 224 deletions

View File

@@ -17,7 +17,7 @@ export default defineConfig({
"./utils": "./src/utils/index.ts",
},
shared: {
axios: {generate: false, requiredVersion: '^1.12.2'}
axios: {requiredVersion: '^1.12.2'}
}
})
],