seiyable / vue-simple-svg

A simple Vue.js plugin that allows you to load a SVG image as an inline SVG with an access to change its fill colors
MIT License
80 stars 23 forks source link

Using with external URL on Nuxt? #16

Open adrianbw opened 5 years ago

adrianbw commented 5 years ago

I'm using this plugin with Nuxt. It works great if the SVG is in the local filesystem, but if I try to use an external URL (we keep our media on a CDN and get the URL using Apollo), it doesn't load anything. This happens even if I do . Any ideas for a fix?

OlesyaKlochko commented 1 year ago

Any updates?