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

29 lines
524 B
Markdown
Raw Normal View History

2020-02-04 13:02:09 +08:00
# 标记 Badge
我敢说你肯定见过这玩意而且知道怎么用它。
## 演示
```demo
basic
type
processing
show-zero
overflow
manual
custom-content
raw
```
## Props
|名称|类型|默认值|介绍|
|-|-|-|-|
|value|`string \| number`|`null`||
|max|`number`|`null`||
|dot|`boolean`|`false`||
|type|`'default' \| 'success' \| 'error' \| 'warning' \| 'info'`|`'default'`||
|show|`boolean`|`true`||
|show-zero|`boolean`|`false`||
|processing|`boolean`|`false`||
## Slots
|名称|参数|介绍|
|-|-|-|
|default|`()`||