Fix maybe

This commit is contained in:
Your New SJW Waifu 2019-11-06 14:25:10 -06:00
parent da23d5e6fd
commit a958c49078
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@ const EmojiPicker = {
},
data () {
return {
labelKey: String(Math.random() * 100000),
keyword: '',
activeGroup: 'custom',
showingStickers: false,
@ -31,8 +32,7 @@ const EmojiPicker = {
}
},
components: {
StickerPicker: () => import('../sticker_picker/sticker_picker.vue'),
Checkbox
StickerPicker: () => import('../sticker_picker/sticker_picker.vue')
},
methods: {
onEmoji (emoji) {