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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< docs >
-- -
order : 0
title :
zh - CN : 基本
en - US : Basic
-- -
# # zh - CN
头像有三种尺寸 , 两种形状可选 。
# # en - US
Three sizes and two shapes are available .
< / docs >
< template >
< a -space direction = "vertical" :size ="32" >
< a -space wrap :size ="16" >
< a -avatar :size ="64" >
< template # icon > < UserOutlined / > < / template >
< / a - a v a t a r >
< a -avatar size = "large" >
< template # icon > < UserOutlined / > < / template >
< / a - a v a t a r >
< a -avatar >
< template # icon > < UserOutlined / > < / template >
< / a - a v a t a r >
< a -avatar size = "small" >
< template # icon > < UserOutlined / > < / template >
< / a - a v a t a r >
< / a - s p a c e >
< a -space wrap :size ="16" >
< a -avatar shape = "square" :size ="64" >
< template # icon > < UserOutlined / > < / template >
< / a - a v a t a r >
< a -avatar shape = "square" size = "large" >
< template # icon > < UserOutlined / > < / template >
< / a - a v a t a r >
< a -avatar shape = "square" >
< template # icon > < UserOutlined / > < / template >
< / a - a v a t a r >
< a -avatar shape = "square" size = "small" >
< template # icon > < UserOutlined / > < / template >
< / a - a v a t a r >
< / a - s p a c e >
< / a - s p a c e >
< / template >
< script lang = "ts" setup >
import { UserOutlined } from '@ant-design/icons-vue' ;
< / script >