大飞_dafei

导航

Element Plus 中 icon 使用

Element Plus 中 icon 使用

<el-icon>
    <!-- 动态组件 -->
    <component :is="`edit`" />
    <component :is="`avatar`" />
    <el-icon :size="20">
        <component :is="`box`" />
    </el-icon>
    <!-- 结合 el-icon 使用 -->
    <el-icon :size="20"><box /></el-icon>
</el-icon>

posted on 2021-11-23 15:24  大飞_dafei  阅读(3151)  评论(0编辑  收藏  举报