uniapp Vue2 升级到 Vue3时候报[Vue warn]: A plugin must either be a function or an object with an "install" function.

uniapp Vue 2升级到Vue 3时候报警告[Vue warn]: A plugin must either be a function or an object with an "install" function.

 

 

解决方法:

在main.js中使用的 app.use存在问题

个人是因为引入个人封装方法使用的 app.use 改用了 app.config.globalProperties

而且使用 app.use 全局调用不到引入的封装方法

 

posted @ 2022-03-27 11:52  编程民工  阅读(5214)  评论(0编辑  收藏  举报