|
<t-cell title="带文字开关">
|
|
<t-switch bindchange="handleChange" value="{{defaultVal}}" label="{{['关', '开']}}" slot="note" />
|
|
</t-cell>
|
|
|
|
<t-cell title="带图标开关" bordered="{{false}}">
|
|
<t-switch defaultValue="{{true}}" icon="{{['close', 'check']}}" slot="note" />
|
|
</t-cell>
|