Closed
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
1、Open DevTools
2、Enter the number 1
in the input box
What is expected?
The console should log:
{ parentValue: 'test1', childValue: 'test1', inputValue: 'test1' }
What is actually happening?
The console logs:
{ parentValue: 'test1', childValue: 'test', inputValue: 'test1' }
System Info
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels