Skip to content

建议所有 icon 相关参数支持 Component 类型 #1879

@a81n9

Description

@a81n9

如下使用 unplugin-icons 图标
虽然这种场景可以使用插槽实现,但是相较来说 icon 相关参数支持 Component 类型会更加灵活

<script setup>
import IconVue from 'virtual:icons/logos/vue'
import IconAccount from '~icons/line-md/account'
</script>

<template>
  <var-icon :name="IconVue" />

  <var-fab :inactive-icon="IconVue" />

  <var-cell :icon="IconAccount">这是单元格</var-cell>
</template>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions