mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
24 lines
418 B
Markdown
24 lines
418 B
Markdown
# 头像 Avatar
|
|
在互联网上,没有人知道你是一条狗。即使你的头像是一只狗狗。
|
|
## 演示
|
|
```demo
|
|
size
|
|
shape
|
|
color
|
|
badge
|
|
icon
|
|
name-size
|
|
```
|
|
## Props
|
|
|名称|类型|默认值|说明|
|
|
|-|-|-|-|
|
|
|size|`'small' \| 'medium' \| 'large' \| number`| `'medium'`||
|
|
|src|`string`|`null`||
|
|
|round|`boolean`|`false`||
|
|
|themed-style|`object`|`null`||
|
|
|
|
## Slots
|
|
|名称|参数|说明|
|
|
|-|-|-|
|
|
|default|`()`||
|