fix emoji input warning spam

このコミットが含まれているのは:
Henry Jameson 2022-03-30 01:24:53 +03:00
コミット c3690b456e
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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