<img :src="getbussinessLevelIcon()" class="levelImgClass">
const getbussinessLevelIcon = () => {
return new URL('/src/assets/icon/businessEvent/importantIcon.svg', import.meta.url).href;
}
vue3 vite svg导入可用此插件 vite-plugin-svg-icons
详情看 https://github.com/vbenjs/vite-plugin-svg-icons
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)