vue-element-plus-admin
vue-element-plus-admin
copied to clipboard
Published
20 hours ago
•
kailong321200875
Reame
Issues
No matching export in "node_modules/.pnpm/
[email protected]
[email protected]
/node_modules/vue-demi/lib/index.mjs" for import "hasInjectionContext"
Open
rightKAI
opened this issue 2 years ago
• 0 comments
原因是因为pinia高版本hasInjectionContext 报错
将pinia降到2.0.36即可解决
pnpm i
[email protected]
Jun 09 '23 03:06
rightKAI