antdvue2.x 使用阿里iconfont自定义组件iconfont

var style = `.icon {
       width: 1em; height: 1em;
       vertical-align: -0.15em;
       fill: currentColor;
       overflow: hidden;
    }`
myutils.loadStyle(style);
var IconFont = {
    name: IconFont,
    props: [type],
    template: `<span><svg class="icon" aria-hidden="true"><use :xlink:href="‘#‘+type"></use></svg></span>`
}

 

antdvue2.x 使用阿里iconfont自定义组件iconfont

上一篇:【STM32F429的DSP教程】第45章 STM32F429的IIR高通滤波器实现(支持逐个数据的实时滤波)


下一篇:简易流程图制作工具