Closed
Description
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
1.写一个input标签,type为number,用v-model绑定值
2.通过输入框输入01,触发oninput事件
3.直接吧v-model的绑定值替换为数字1
What is expected?
页面input输入框应显示1
What is actually happening?
实际上页面input输入框还是显示01
System Info
No response
Any additional comments?
No response