Files
2025-08-15 14:05:08 +08:00

8 lines
292 B
Plaintext

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