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

24 lines
411 B
Markdown
Raw Normal View History

2019-12-02 02:06:07 +08:00
# 头像
2020-02-03 20:36:18 +08:00
在互联网上,没有人知道你是一条狗。即使你的头像是一只狗狗。
## 演示
2019-12-02 02:06:07 +08:00
```demo
size
shape
color
badge
icon
name-size
```
2020-02-03 20:36:18 +08:00
## Props
|名称|类型|默认值|介绍|
|-|-|-|-|
|size|`'small' \| 'medium' \| 'large' \| number`| `'medium'`||
|src|`string`|`null`||
|round|`boolean`|`false`||
|themed-style|`object`|`null`||
## Slots
|名称|参数|介绍|
|-|-|-|
|default|`()`||