You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but every time I change modelValue I got warning [Vue warn]: Component emitted event "update:modelValue" but it is neither declared in the emits option nor as an "onUpdate:modelValue" prop. runtime-core.esm-bundler.js:156
Adding emits: ['update:modelValue'] to the component solve this, but is this behavior correct? I didn't find in the docs adding this instruction is necessary.