项目场景:
问题描述:
使用vant主键库,去使用Indebar索引栏按照文档引入,需要修改一个地方
出现这个问题
Vue warn]: Unknown custom element: (van-cell) - did you register the component correctly? For recursive components, make sure to provide the “name” option.
直接引入
import { Cell } from "vant";
Vue.use(Cell);
版权声明:本文为weixin_54447214原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。