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