vue-svg-icon icon indicating copy to clipboard operation
vue-svg-icon copied to clipboard

a solution for multicolor svg icons in vue2.0 (vue2.0的可变彩色svg图标方案)

Results 21 vue-svg-icon issues
Sort by recently updated
recently updated
newest added

vue.runtime.esm.js?c320:3049 TypeError: Cannot read properties of undefined (reading '$') at VueComponent.icon (Icon.vue?539a:78:1) 对应的代码: icon() { let xml = require(`!xml-loader!../../src/svg/${this.name}.svg`); const t = xml.svg.$.viewBox.split(' '); // 这里报错,xml存在,但xml.svg undefine ,xml.svg.$ 自然也undefine console.info(`src/svg/${this.name}.svg...