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


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 全局调用不到引入的封装方法