forked from AkkomaGang/akkoma-fe
fix emoji input warning spam
This commit is contained in:
parent
70593e71e6
commit
c3690b456e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ library.add(
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const EmojiInput = {
|
const EmojiInput = {
|
||||||
emits: ['update:modelValue'],
|
emits: ['update:modelValue', 'shown'],
|
||||||
props: {
|
props: {
|
||||||
suggest: {
|
suggest: {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue