naive-ui/demo/documentation/components/switch/zhCN/index.demo-entry.md

16 lines
394 B
Markdown
Raw Normal View History

2020-02-04 17:12:12 +08:00
# 开关 Switch
我有一个 Switch不过没时间玩。每每这个时候我都会回忆起童年玩 NDS 的快乐时光。
## 演示
```demo
basic
event
```
## Props
2020-02-07 23:40:07 +08:00
|名称|类型|默认值|说明|
2020-02-04 17:12:12 +08:00
|-|-|-|-|
|disabled|`boolean`|`false`||
2020-09-13 19:30:42 +08:00
|modelValue|`boolean`|`false`||
|theme|`'light' \| 'dark' \| null \| string`|`null`||
|onUpdate:modelValue|`(value: boolean) => any`|`() => {}`||