uniapp中vue3使用pinia报错vue-demi@0.14.10_vue
SyntaxError: The requested module '/node_modules/.pnpm/vue-demi@0.14.10_vue@3.4.34
·
报错信息如下: pinia.mjs:6 Uncaught SyntaxError: The requested module '/node_modules/.pnpm/vue-demi@0.14.10_vue@3.4.34
解决方法: 降级pinia的版本,我的vue版本为"vue": "^3.2.45", pinia降级为"pinia": "^2.0.3",正常使用不报错
sudo cnpm install pinia@2.0.3 --legacy-peer-deps
更多推荐
已为社区贡献25条内容
所有评论(0)