mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
<van-cell
|
|
center
|
|
title="{{ title }}"
|
|
border="{{ border }}"
|
|
custom-class="van-switch-cell"
|
|
>
|
|
<van-switch
|
|
size="{{ size }}"
|
|
checked="{{ checked }}"
|
|
loading="{{ loading }}"
|
|
disabled="{{ disabled }}"
|
|
active-color="{{ activeColor }}"
|
|
inactive-color="{{ inactiveColor }}"
|
|
custom-class="van-switch-cell__switch"
|
|
bind:change="onChange"
|
|
/>
|
|
</van-cell>
|