taro3-vant-sample icon indicating copy to clipboard operation
taro3-vant-sample copied to clipboard

Taro3 中使用 vant-weapp 的示例

Results 5 taro3-vant-sample issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/32846446/172340266-cfebe1a7-1fe5-410a-8e3d-c309dcf4d5d8.png)

https://vant-contrib.gitee.io/vant-weapp/#/common 在scss中直接引入会报错

有没有taro3 + vue3 使用vant的例子呢,事件绑定要写2个,bindtap和@tap才能正确触发... 运行环境 "@babel/runtime": "^7.7.7", "@tarojs/components": "3.0.15", "@tarojs/runtime": "3.0.15", "@tarojs/taro": "3.0.15", "@vant/weapp": "^1.6.0", "vue": "^3.0.0" 代码要这样写才触发 ``` 我点击了 ```

更新vant版本如果不是npm 会很麻烦 而且 vant组件太多文件引入防止会导致编辑器卡 不知道的人员还会修改导致bug