在我的 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)