delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
171 stars 34 forks source link

fix:Group names not work #25 #26

Closed ADKcodeXD closed 2 years ago

ADKcodeXD commented 2 years ago

Context

groups name option not work cause by :used constant data in template

Fixes #25

delowardev commented 2 years ago

Hi @ADKcodeXD Thanks so much for the contribution, looks like the changes don't work as expected and I found the group names were missing in the original store. I raised a new PR with the fixes. https://github.com/delowardev/vue3-emoji-picker/pull/27