tatan
tatan
  • 发布:2024-07-22 11:07
  • 更新:2024-07-22 12:58
  • 阅读:1096

vue3+vite 引入组件无效Failed to resolve component: uni-grid-item

分类:uni-app

"sass": "^1.77.8",
"sass-loader": "^10.5.2",
"@dcloudio/uni-ui": "^1.5.6",

依赖版本; 3.0.0-4020320240708001

按官网安装uni-ui步骤后,组件引入无效
控制台报错:
Failed to resolve component: uni-grid-item
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement

Failed to resolve component: uni-grid
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

麻烦帮忙看看

2024-07-22 11:07 负责人:BFC 分享
已邀请:
tatan

tatan (作者)

@DCloud_UNI_BFC 麻烦帮忙看下 demo已上传 谢谢

  • BFC

    你好,提供给 仅有uni-grid-item相关组件的最小示例工程代码, 这样更方便快速排查定位问题

    2024-07-22 12:49

BFC

BFC

你好,你这边packjson里面uniapp相关的依赖比较旧,可以通过

npx @dcloudio/uvm@latest 

命令进行升级。

我这边测试升级后可以在login/index.vue 可正常使用uni-gril-item 组件

  • tatan (作者)

    你好 我升级到3.0.0-4020320240708001 还是不行呀……┭┮﹏┭┮

    2024-07-22 17:52

  • BFC

    回复 tatan: 你发的demo里面,我在login/index.vue 下面加了官方的grid 代码, 能正常运行,你试一下,如果不行,你再从新发一个demo, 要最小示例代码就行

    2024-07-22 18:02

  • tatan (作者)

    回复 BFC: 可以了 我删掉node_modules重新安装就可以了 谢谢~

    2024-07-23 11:15

要回复问题请先登录注册