Steps
- Using iconfont platform
- Create a project
- Pick icons to project
- Vue3 project using iconfont three methods
Unicode
: not easy to readFont class
: easy to read, compality is well, IE8+Symbol
: official recommend, future method, IE9+
Font class method
Add style to index.html
<link rel="stylesheet" type="text/css" href="//at.alicdn.com/t/c/font_4418642_9hvs1q6c63.css">
Project use iconfont
<el-icon><i class="iconfont icon-left"></i></el-icon>