You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/avatar/demo/badge.md

19 lines
354 B

7 years ago
<cn>
#### 带徽标的头像
通常用于消息提示。
</cn>
<us>
#### With Badge
Usually used for messages remind.
</us>
```html
<template>
<div>
<span style="marginRight:24px"><a-badge count=1><a-avatar shape="square" icon="user" /></a-badge></span>
<a-badge dot><a-avatar shape="square" icon="user" /></a-badge>
</div>
</template>
```