Appearance
vite-svg-loader is a vite plugin to load SVG files as Vue components.
vite-svg-loader
We use vite-svg-loader for loading svg images in our template.
Please refer to the official docs here.
<script setup> import MyIcon from './my-icon.svg' </script> <template> <MyIcon /> </template>