3***@qq.com
3***@qq.com
  • 发布:2022-03-12 18:22
  • 更新:2022-03-12 21:06
  • 阅读:261

nuve 专用组件报未知错误

分类:uni-app

这是源码
<list>
<cell v-for="(item, index) in list" :key="item.id">
<view @click="go(item.id)">
<view>
<text>{{item.km}}===</text>
<text>{{item.time}}===</text>
<text>{{item.date}}===</text>
</view>
<view>
<text>距离</text>
<text>时长</text>
<text>日期</text>
</view>
</view>
</cell>
</list>

这是报错
Unknown custom element: <cell> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

2022-03-12 18:22 负责人:无 分享
已邀请:
FullStack

FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866

没有注册组件

  • 3***@qq.com (作者)

    解决了,谢谢哈

    2022-03-13 14:57

该问题目前已经被锁定, 无法添加新回复