<use :xlink:href="iconName" rel="external nofollow" ></use> </svg> 在utils文件夾下創(chuàng)建svgConfig文件夾,創(chuàng)建index.js文件,全局注冊(cè)svg-icon組件。 Vue.component('svg-icon', SvgIcon) 使用require.context自動(dòng)導(dǎo)入文件,而不需要import一個(gè)個(gè)去引用: 1 2 3 const requireAll = requireContext => requ...
www.dbjr.com.cn/article/1519...htm 2025-5-6