aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-30 01:24:53 +0300
committerHenry Jameson <me@hjkos.com>2022-03-30 01:24:53 +0300
commitc3690b456e66585598f05d71643089a5e9770af7 (patch)
tree596602f7299c5bf5531486296d06af1be0eb97a7
parent70593e71e642b1f1ea323f2f3b7dc67984f24abb (diff)
fix emoji input warning spam
-rw-r--r--src/components/emoji_input/emoji_input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js
index e772bf75..391cc5b5 100644
--- a/src/components/emoji_input/emoji_input.js
+++ b/src/components/emoji_input/emoji_input.js
@@ -31,7 +31,7 @@ library.add(
*/
const EmojiInput = {
- emits: ['update:modelValue'],
+ emits: ['update:modelValue', 'shown'],
props: {
suggest: {
/**