jm-david / emoji-mart-vue

One component to pick them all 👊🏼
https://jm-david.github.io/emoji-mart-vue
BSD 3-Clause "New" or "Revised" License
603 stars 82 forks source link

Custom data in picker not reactive? #32

Open origo27 opened 6 years ago

origo27 commented 6 years ago

<picker :custom="$custom_emojis.getEmojis()" title="Pick your emoji…" emoji="point_up" @select="addEmoji" :emojiTooltip="true" :emojiSize="24" />

so I used the picker component and added a global variable custom initiated as empty array and then pulled the custom emojis.

screen shot 2018-09-14 at 7 41 47 pm

you'll see that the props custom has data. is there something I'm missing?