首页 前端知识 编译uni-app报错:“default“ is not exported by “node_modules/@dcloudio/uni-mp-vue/dist/vue.runtime.esm.js“

编译uni-app报错:“default“ is not exported by “node_modules/@dcloudio/uni-mp-vue/dist/vue.runtime.esm.js“

2024-06-14 09:06:44 前端知识 前端哥 387 420 我要收藏

使用Vue3,在HBuilder中编译uni-app应用报错:“default” is not exported by “node_modules/@dcloudio/uni-mp-vue/dist/vue.runtime.esm.js”, imported by

在这里插入图片描述

原因是在Vue3中,use这个API已经无法使用了:
https://v3-migration.vuejs.org/zh/breaking-changes/global-api.html#插件开发者须知
在这里插入图片描述

可以把import Vue from 'vue'Vue.use(Vuex)注释掉,然后重新编译就通过了:
在这里插入图片描述

转载请注明出处或者链接地址:https://www.qianduange.cn//article/12076.html
标签
评论
发布的文章

JQuery中的load()、$

2024-05-10 08:05:15

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!