我正在将一个uniapp-vue2项目升级到Vue3,为什么一些内置组件也会报错:
11:30:44.624 [Vue warn]: Failed to resolve component: uni-button
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

s***@163.com
- 发布:2024-08-19 11:32
- 更新:2024-08-19 15:06
- 阅读:540
1 个回复
BFC
你好, 试试 将 uni-navigator 替换为 navigator
uni-button 替换为 button