diff --git a/src/std-components/emote-picker.vue b/src/std-components/emote-picker.vue index 0abf1440..773f215b 100644 --- a/src/std-components/emote-picker.vue +++ b/src/std-components/emote-picker.vue @@ -232,7 +232,7 @@ export default { id: val.id, name: val.name, src: val.src - }, + }; this.$emit('input', this.val); if ( close ) this.open = false; @@ -256,4 +256,4 @@ export default { } } - \ No newline at end of file +