7***@qq.com
7***@qq.com
  • 发布:2024-02-26 11:50
  • 更新:2024-02-26 13:19
  • 阅读:96

关于更新 uni-upgrade-center-App这个插件的使用

分类:uni-app

大家都是怎么用的这个更新插件 升级中心 (uni-upgrade-center-App)
我怎么按照文档操作引入后
<uni-upgrade-center-app ref="upgradePopup" @close="upgradePopupClose"></uni-upgrade-center-app>
前端这个编译都不通过

错误如下:
[Vue warn]: Unknown custom element: <uni-upgrade-center-app> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> at pages/index/login.vue

2024-02-26 11:50 负责人:无 分享
已邀请:
套马杆的套子

套马杆的套子 - 没有解决不了的问题,只有解决不完的问题

你是uniapp项目吧?你用的那个是uniapp x的方法

import checkUpdate from '@/uni_modules/uni-upgrade-center-app/utils/check-update'  
然后在需要执行的地方调用  
checkUpdate就行

要回复问题请先登录注册