import svgLoader from 'vite-svg-loader' export default { plugins: [vue(), svgLoader()] } ... If I v-bind the image src in the template with the same path, ...
確定! 回上一頁