hezhongfeng / vue-page-stack

Routing and navigation for your Vue SPA. Vue3.0 单页应用导航管理器
https://vue-page-stack-example.onrender.com
MIT License
718 stars 80 forks source link

报错:No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "ErrorCodes" #163

Closed akai-b closed 4 months ago

akai-b commented 4 months ago

在添加完该包之后启动报错: No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "ErrorCodes"

image

"vue": "^3.3.4", "vue-page-stack": "^3.1.3", "vue-router": "^4.2.2"

hezhongfeng commented 4 months ago

你可以查看我的 example 项目

hezhongfeng commented 4 months ago

只贴出错误信息,我肯定查不到的

akai-b commented 4 months ago

你可以查看我的 example 项目

将vue版本升级到3.4.30解决了 但还是建议对3.4以下版本做下兼容

hezhongfeng commented 4 months ago

建议无效~