-
Import iconFONT and follow the official configuration.
-
Normal use
<span class="icon iconfont"> </span>Copy the code
-
Dynamic setting
<span class="icon iconfont" v-html="testIcon"></span> js: data () {return {// test iconfont testIcon: ' '}}Copy the code