ant-move / Vant-Aliapp

支付宝小程序版本 Vant 组件库。

Home Page:https://ant-move.github.io/vant-ailapp-docs/#/intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在main.json文件进行了引用usingComponents,但是在运行是提示: <van-collapse>元素不存在,请检查你的代码

zhouqiubo opened this issue · comments

在main.json文件进行了引用usingComponents,但是在运行是提示: 元素不存在,请检查你的代码
"component":true,
"usingComponents": {
"van-button": "../../static/vant-aliapp/dist/dist/button/index",
"van-collapse": "../../static/vant-aliapp/dist/dist/collapse/index",
"van-collapse-item": "../../static/vant-aliapp/dist/dist/collapse-item/index",
"van-popup": "../../static/vant-aliapp/dist/dist/popup/index"
}
在vue中使用了 ,但是确提示: 元素不存在,请检查你的代码