Explorar o código

fix emoji input warning spam

Henry Jameson %!s(int64=2) %!d(string=hai) anos
pai
achega
c3690b456e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: {
       /**