first commit
This commit is contained in:
3
衣莎项目/源码/YiShaXiYi/extend/wux/dist/checkbox/index.wxml
vendored
Normal file
3
衣莎项目/源码/YiShaXiYi/extend/wux/dist/checkbox/index.wxml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<wux-cell wux-class="{{ classes.cell }}" prefixCls="{{ cellPrefixCls }}" title="{{ title }}" label="{{ label }}" extra="{{ extra }}">
|
||||
<wux-selectable slot="header" wux-class="{{ classes.selectable }}" prefixCls="{{ selectablePrefixCls }}" value="{{ value }}" checked="{{ inputChecked }}" color="{{ color }}" disabled="{{ disabled }}" controlled bind:change="checkboxChange" />
|
||||
</wux-cell>
|
||||
Reference in New Issue
Block a user