vue-svg-icon-loader icon indicating copy to clipboard operation
vue-svg-icon-loader copied to clipboard

Add support for fraction in scale prop

Open LeBenLeBen opened this issue 6 years ago • 3 comments

It would be great to be able to use fractions as values of the scale prop, like this:

<icon-chevron-up :scale="0.5" />

At the moment passing such value prevent the icon from rendering without triggering an error.

LeBenLeBen avatar May 14 '18 13:05 LeBenLeBen