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

Missing error event #10

Open h-collector opened 6 years ago

h-collector commented 6 years ago

There is ready event if loading succeed, but no way to check if some error occurred, error is only reported to console console.error('There was an error retrieving the source of the SVG.'). There should be also an error event emitted