Skip to content
Snippets Groups Projects
Commit c3690b45 authored by HJ's avatar HJ :fire:
Browse files

fix emoji input warning spam

parent 70593e71
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ library.add(
*/
const EmojiInput = {
emits: ['update:modelValue'],
emits: ['update:modelValue', 'shown'],
props: {
suggest: {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment