4 lines
401 B
Plaintext
4 lines
401 B
Plaintext
<van-cell center border="{{border}}" customClass="van-switch-cell" title="{{title}}">
|
|
<van-switch activeColor="{{activeColor}}" activeValue="{{activeValue}}" bind:change="onChange" checked="{{checked}}" customClass="van-switch-cell__switch" disabled="{{disabled}}" inactiveColor="{{inactiveColor}}" inactiveValue="{{inactiveValue}}" loading="{{loading}}" size="{{size}}"></van-switch>
|
|
</van-cell>
|