fix: 显式声明 Vue 依赖

显式声明 vue 依赖版本,避免 npm install 时因 Pinia peer dependency 解析到 Vue 2 而必须添加 --legacy-peer-deps。
pull/177/MERGE
YunaiV 2026-05-31 10:45:09 +08:00
parent 2c489b2cab
commit d6f272ad75
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@
"luch-request": "^3.0.8",
"pinia": "^2.0.33",
"pinia-plugin-persist-uni": "^1.2.0",
"vue": "^3.5.11",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {