naive-ui/demo/documentation/components/button/zhCN/index.md

20 lines
228 B
Markdown
Raw Normal View History

2019-09-21 17:03:05 +08:00
# 按钮
2019-12-02 02:58:45 +08:00
按钮用来触发一些操作。
2019-09-21 17:03:05 +08:00
## 演示
```demo
basic
2019-12-31 17:15:55 +08:00
text
2019-09-21 17:03:05 +08:00
disabled
icon
events
shape
ghost
loading
2019-09-22 22:59:29 +08:00
group
2019-09-21 17:03:05 +08:00
debug
```
## API
|属性|说明|类型|默认值|版本|
|-|-|-|-|-|
2019-12-02 02:58:45 +08:00
|type|按钮类型|string|`'default'`||