### Version 3.2.4 ### Reproduction link [CodeSandbox Link](https://codesandbox.io/s/customelement-v-model-bug-8w5rk?file=/src/main.js:162-176) ### Steps to reproduce Create a custom input as a CustomElement and use it in a Vue component. ### What is expected? The value specified in the v-model changes ### What is actually happening? v-model is ignored. <!-- generated by vue-issues. DO NOT REMOVE -->