Steps to customize icon in Vue

Steps to customize icon in Vue

ant-design-vue customizes the use of Ali iconfont icons\

Step 1: Get the project js link from iconfont

The second step is to add the iconfont to the page where it is needed.

Use in Deom:
 <a>
     <Fonts type='icon-zutaishitu'/>
 </a>
import { Icon } from 'ant-design-vue';

 const Fonts = Icon.createFromIconfontCN({
     scriptUrl: '//at.alicdn.com/t/font_2731654_ew9hs5g22se.js'
 })

 export default {
     components:
         Fonts
     }
}

Effect:

This is the end of this article about vue custom icon. For more relevant vue custom icon content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to use custom icon in Vue
  • How to introduce icon icons in Vue project
  • How to introduce icon icon into vue element project
  • How to use icon font icons in Vue
  • Using custom icon in iview+vue project

<<:  In IIS 7.5, HTML supports the include function like SHTML (add module mapping)

>>:  MySQL 5.7.25 compressed version installation and configuration method graphic tutorial

Recommend

Optimize the storage efficiency of BLOB and TEXT columns in InnoDB tables

First, let's introduce a few key points about...

Install Memcached and PHP Memcached extension under CentOS

Regarding the high-performance distributed memory...

Detailed explanation of HTML onfocus gain focus and onblur lose focus events

HTML onfocus Event Attributes Definition and Usag...

Detailed explanation of query examples within subqueries in MySql

Where is my hometown when I look northwest? How m...

MySQL query syntax summary

Preface: This article mainly introduces the query...

Share CSS writing standards and order [recommended for everyone to use]

CSS writing order 1. Position attributes (positio...

Handwritten Vue2.0 data hijacking example

Table of contents 1: Build webpack 2. Data hijack...

A brief discussion on the performance issues of MySQL paging limit

MySQL paging queries are usually implemented thro...

How to Clear Disk Space on CentOS 6 or CentOS 7

Following are the quick commands to clear disk sp...

vue+springboot realizes login verification code

This article example shares the specific code of ...

Alibaba Cloud Server Ubuntu Configuration Tutorial

Since Alibaba Cloud's import of custom Ubuntu...

One sql statement completes MySQL deduplication and keeps one

A few days ago, when I was working on a requireme...

MySQL optimization connection optimization

In the article MySQL Optimization: Cache Optimiza...