baianat / verte

🎨 A Color picker component. Built from the bottom to work with Vue.js.
https://baianat.github.io/verte/
MIT License
181 stars 42 forks source link

fix: value of undefined #58

Open bhalanirw opened 4 years ago

bhalanirw commented 4 years ago

This Pr contains fix for issue #57

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into master will decrease coverage by 0.07%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   31.23%   31.16%   -0.08%     
==========================================
  Files           6        6              
  Lines         429      430       +1     
  Branches       73       74       +1     
==========================================
  Hits          134      134              
- Misses        284      285       +1     
  Partials       11       11              
Impacted Files Coverage Δ
src/components/Slider.vue 27.65% <0.00%> (-0.20%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7bf7d6a...9f6745d. Read the comment docs.

bhalanirw commented 4 years ago

@Baianater Feel free to merge this PR if looks good to you. we are getting error when we have used this lib in our application. Much appreciated if you look into it earliest as possible. Thanks.