Developmint / nuxt-svg-loader

SVGs as components, also on the server side!
MIT License
144 stars 14 forks source link

Using inline svg and instead of image DOM shows <img src="[object Module]" > #87

Open steveDL opened 3 years ago

steveDL commented 3 years ago

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,

mamiletteLibeo commented 3 years ago

@steveDL do you have any uodate on this ?

frizurd commented 3 years ago

Having the exact same issue :( same issue on vue-svg-loader

Did anyone manage to fix this?

m-emre-yalcin commented 3 years ago

using .jpg fixed my problem

mrleblanc101 commented 3 years ago

I opened a PR that fix this issue: #90