vue3 element plus icon 不顯示問題


因為element-plus 1.2.0-beta.1以后移除了,所以需要自己引入

 

 

 

 

 

 npm install @element-plus/icons   //引入

 

按需引入

js

import { ArrowDown } from '@element-plus/icons'

export default defineComponent({
components: { ArrowDown }
})


html

<el-icon class="el-icon--right"><ArrowDown /></el-icon>





免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM