mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
444 B
444 B
开关 Switch
我有一个 Switch,不过没时间玩。每每这个时候,我都会回忆起童年玩 NDS 的快乐时光。
演示
basic
event
V-model
prop | event |
---|---|
value | change |
Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
theme | 'light' | 'dark' | null | string |
null |
|
value | boolean |
false |
|
disabled | boolean |
false |
Events
名称 | 参数 | 说明 |
---|---|---|
change | (value: boolean) |