mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
<demo-block title="图标列表">
|
|
<van-col custom-class="col" span="8" wx:for="{{ icons }}" wx:for-item="icon" wx:key="index">
|
|
<van-icon custom-class="icon" name="{{ icon }}" size="32px" />
|
|
<view class="text">{{ icon }}</view>
|
|
</van-col>
|
|
</demo-block>
|