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

16 lines
383 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`||
|theme|`'light' \| 'dark' \| string`|`undefined`||
2020-09-28 12:56:21 +08:00
|value|`boolean`|`false`||
2020-10-22 13:10:54 +08:00
|on-update:value|`(value: boolean) => any`|`undefined`||