mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
<wxs src="../wxs/utils.wxs" module="utils" />
|
|
|
|
<view
|
|
style="{{ style }}"
|
|
class="custom-class {{ utils.bem('switch', { on: checked, disabled }) }}"
|
|
bind:tap="onClick"
|
|
>
|
|
<view class="van-switch__node node-class">
|
|
<van-loading wx:if="{{ loading }}" size="50%" custom-class="van-switch__loading" />
|
|
</view>
|
|
</view>
|