vue-inline-svg
vue-inline-svg copied to clipboard
Dynamically loads an SVG source and inline <svg> element so you can manipulate the style of it
 I passed the fill attribute, but it doesn't change.  thank you.
Hello, When I change version of vue to 3.3.3, vue-inline-library stop working. `` throws error like  I have basic vue-cli app with only one library (vue-inline-svg) and with vue...
Unable to update this PR, so opening this one. Let me know if there is a different process https://github.com/shrpne/vue-inline-svg/pull/30
Hey guys, thank you for this great component! When you export svgs f.e. with Adobe Illustrator, there is always a style-element in the svg giving the path a color. At...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Latest version of package (3.1.4) causing memory leak (heap out of memory)
I want to use Vue to update text in my SVG. On Vue 2 I used a different inline plugin and I could use v-text inside the SVG to update...