在Vue项目中动态地给svg标签中的xlink:href属性赋值
在Vue项目中动态地给svg标签中的xlink:href属性赋值:<svg class="icon" aria-hidden="true"> <use :xlink:href="'#icon-'+item.icon"></use></svg>presentList: [{ icon: 'xinfeng', }, { icon