mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
<view
|
|
class="custom-class {{ classPrefix }} {{ classPrefix }}-{{ name }}"
|
|
style="{{ color ? 'color: ' + color + ';' : '' }}{{ size ? 'font-size: ' + size + ';' : '' }}{{ customStyle }}"
|
|
bind:tap="onClick"
|
|
>
|
|
<view wx:if="{{ info !== null }}" class="van-icon__info">{{ info }}</view>
|
|
</view>
|