- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.5 ### Environment "vue": "^3.4.37", ### Reproduction link [](https://codesandbox.io/p/devbox/f6q96d?file=%2Fsrc%2Fcomponents%2FHelloWorld.vue%3A19%2C30) ### Steps to reproduce 使用a-input组件并通过 v-model:value 进行绑定 再通过@input事件来限制输入的内容(如:限制a-input只能输入数字不能输入字符串等等) ### What is expected? 修改a-input组件dom元素在页面中展示问题 希望能看到并修复这个问题,再次特别感谢 ### What is actually happening? a-input组件无法控制dom元素在页面中展示的数据 <!-- generated by issue-helper. DO NOT REMOVE -->