Skip to content
当前页

SVG图标

基于文件的svg图标使用

svg文件存储路径

src/assets/icons

示例

<svg-icon :size="25" :name="'safe'" prefix="icon" color="#000" />

属性

属性类型默认值说明
prefixstring'icon'类型
sizenumber25图标大小
namestring''文件名称 如: 'safe' => safe.svg
colorstring'#000'颜色
classNamestring''样式名称,用来自定义样式