404 B
		
	
	
	
	
			
		
		
	
	
			404 B
		
	
	
	
	
			
				
#### 带徽标的头像
通常用于消息提示。
#### With Badge
Usually used for reminders and notifications.
	<template>
  <div>
    <span style="margin-right:24px">
      <a-badge :count="1"><a-avatar shape="square" icon="user"/></a-badge>
    </span>
    <span>
      <a-badge dot><a-avatar shape="square" icon="user"/></a-badge>
    </span>
  </div>
</template>