mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
16 lines
325 B
Plaintext
16 lines
325 B
Plaintext
<van-button
|
|
custom-class="van-goods-action-icon"
|
|
size="large"
|
|
bind:tap="onClick"
|
|
>
|
|
<view class="van-goods-action-icon__content van-hairline--right">
|
|
<van-icon
|
|
size="20px"
|
|
name="{{ icon }}"
|
|
info="{{ info }}"
|
|
class="van-goods-action-icon__icon"
|
|
/>
|
|
{{ text }}
|
|
</view>
|
|
</van-button>
|