问题描述
Vue3 + Element-plus的项目中icon图标不显示
安装
# 选择一个你喜欢的包管理器
# NPM
$ npm install @element-plus/icons-vue
# Yarn
$ yarn add @element-plus/icons-vue
# pnpm
$ pnpm install @element-plus/icons-vue
基本使用
如果你想像用例一样直接使用,你需要全局注册组件,才能够直接在项目里使用。
如若想查看所有可用的 SVG 图标请查阅 @element-plus/icons-vue 和 element-plus-icons 的源代码或 element-plus 的 Icon Collection
实现效果
在模板中插入代码
<template>
<!-- 结合 el-icon 使用(el-icon 为原始的 SVG 图标提供额外的属性) -->
<el-icon><Search /></el-icon></