nuxt-svg-loader
nuxt-svg-loader copied to clipboard
Using inline svg and instead of image DOM shows <img src="[object Module]" >
Have been using the module fine but now, could be after running npm update, Using inline SVG the DOM shows instead of showing the image,
@steveDL do you have any uodate on this ?
Having the exact same issue :( same issue on vue-svg-loader
Did anyone manage to fix this?
using .jpg fixed my problem
I opened a PR that fix this issue: #90