icon
图标组件
Props
参数 | 类型 | 默认值 | 必填 | 说明 | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | string | 是 | icon的类型 | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
size | number | string | 23 | 否 | icon的大小,单位默认为px | |||||||||||||||||||||||||
color | color | 否 | icon的颜色 |
Example
vue
<template>
<icon type="success" :size="93" />
</template>