小编Moh*_*med的帖子

无法从非 ecmascript 模块 pinia 和 Vue 2 导入命名导出“计算”

在我的 Vue 2 项目上安装 Pinia 并将其导入到 main.js 文件中后,我收到此错误

Failed to compile.

./node_modules/pinia/dist/pinia.mjs 1147:44-52
Can't import the named export 'computed' from non EcmaScript module (only default export is available)
Run Code Online (Sandbox Code Playgroud)

vue.js vuejs2 pinia

8
推荐指数
1
解决办法
5405
查看次数

标签 统计

pinia ×1

vue.js ×1

vuejs2 ×1