Skip to content
On this page

Icon、SvgIcon

文件说明

  • Icon组件详情:components/Icon/src/Icon.vue,渲染 element-plus自带的图标

  • 参数通过prop传递

参数说明

属性名说明类型默认值
isVisible控制图标的显示Ref<Boolean>true
isSvgIcon是否为自引入svg图标Boolean-
name图标名,自引入图标值为图标文件名,element-plus自带图标首字母大写String-
size图标大小Number | String-
color图标颜色String-
style图标的样式对象Object-
  • SvgIcon组件详情——components/Icon/src/SvgIcon.vue 渲染 svg图标

  • 参数通过prop传递

  • 参数说明

    属性名说明类型默认值
    prefix图标前缀Stringicon
    name图标名String-
    size图标大小Number |String14

sewen-ui design by Sewen