MisaoDev

Results 1 issues of MisaoDev

I have the library set up to work with both inline and external SVGs. Before installing it, I could load SVG images in my HTML like this: ``` :src="require('~/assets/img/my-image.svg')" (dynamic)...