web-padawan / vanilla-colorful

A tiny color picker custom element for modern web apps (2.7 KB) 🎨
https://web-padawan.github.io/vanilla-colorful/
MIT License
797 stars 29 forks source link

Vue example is broken #24

Closed Konfuze closed 3 years ago

Konfuze commented 3 years ago

Vue example is broken: image

Update the index.vue to make it work: <hex-color-picker :color="color.value" @color-changed="this.handleColorChanged"></hex-color-picker> to <hex-color-picker :color="color.value" @color-changed="handleColorChanged"></hex-color-picker>

web-padawan commented 3 years ago

Thanks for the issue and suggested fix, and sorry about not answering earlier. Updated the example so now it works.