1.在项目的main.ts下

import { createFromIconfontCN } from '@ant-design/icons-vue';

const IconFont = createFromIconfontCN({
  scriptUrl: '//at.alicdn.com/t/font_8d5l8fzk5b87iudi.js',
});

  const app = createApp(App);
  app.component('IconFont',IconFont);

 2.在组件中使用:

 

<icon-font  type="icon-jiaoseguanli" />

这样子ok啦。

相关文章:

  • 2021-05-22
  • 2022-12-23
  • 2021-12-12
  • 2022-01-05
  • 2021-11-28
  • 2022-02-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2021-09-30
  • 2021-09-30
  • 2021-11-29
相关资源
相似解决方案