mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* 增加 icon 打包命令 * icons 生成脚本调整 * fix wrong path * update demo * all icons * 新 icon 列表 * remove icon comment * 更新 icon
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
<view class="container">
|
|
|
|
<view class="doc-title">ICON</view>
|
|
|
|
<view class="zan-panel">
|
|
<view wx:for="{{ icons }}" wx:for-item="icon" class="icon-wrap">
|
|
<view class="zan-icon zan-icon-{{ icon }}" style="font-size: 20px; color: #ff4343;"></view>
|
|
<view class="icon-classname">zan-icon-{{ icon }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|