在微信小程序中 使用 Vant Weapp的时候 没有效果,那可能是没有引入组件的路径
例如:使用 <van-cell title="显示分享面板" bind:click="onClick" />
然后在 app.json中引入"van-cell":
"usingComponents": { "@vant/weapp/cell/index"}
例如:使用 <van-cell title="显示分享面板" bind:click="onClick" />
然后在 app.json中引入"van-cell":
"usingComponents": { "@vant/weapp/cell/index"}