Console warning: the child component modifies the properties of the parent component
Version
3.2.20
Reproduction link
Steps to reproduce
In review link, enter the value y in the input box on the right, and the result is correct. But the console reports a warning.Such as : [Vue warn]: Component emitted event "update:value" but it is neither declared in the emits option nor as an "onUpdate:value" prop.
What is expected?
I follow the document and don't want get a warning in console.
doc such as: https://v3.vuejs.org/guide/migration/v-model.html#_3-x-syntax
`
What is actually happening?
get a warning in console