• Import iconFONT and follow the official configuration.

  • Normal use

    <span class="icon iconfont">&#xe64f; </span>Copy the code
  • Dynamic setting

    <span class="icon iconfont" v-html="testIcon"></span> js: data () {return {// test iconfont testIcon: '&#xe651; '}}Copy the code