# 图标组件
# 使用方法
# 展示图标
点击查看代码
<VueIcon iconName="settings"></VueIcon>
<VueIcon iconName="loading"></VueIcon>
<VueIcon iconName="right"></VueIcon>
<VueIcon iconName="left"></VueIcon>
<VueIcon iconName="arrow-down"></VueIcon>
<VueIcon iconName="thumbs-up"></VueIcon>
1
2
3
4
5
6
2
3
4
5
6
# 属性列表
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
iconName | 图标种类 | string | ""/settings/download/loading/right/left/arrow-down/thumbs-up | "" |