fix emoji input warning spam

This commit is contained in:
Henry Jameson 2022-03-30 01:24:53 +03:00
parent 70593e71e6
commit c3690b456e
1 changed files with 1 additions and 1 deletions

View File

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