Преглед изворни кода

fix emoji input warning spam

Henry Jameson пре 2 година
родитељ
комит
c3690b456e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/emoji_input/emoji_input.js

+ 1 - 1
src/components/emoji_input/emoji_input.js

@@ -31,7 +31,7 @@ library.add(
  */
 
 const EmojiInput = {
-  emits: ['update:modelValue'],
+  emits: ['update:modelValue', 'shown'],
   props: {
     suggest: {
       /**