仿互站小程序
This commit is contained in:
3
vant/switch-cell/index.wxml
Normal file
3
vant/switch-cell/index.wxml
Normal file
@@ -0,0 +1,3 @@
|
||||
<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>
|
Reference in New Issue
Block a user