### Version 2.6.10 ### Reproduction link [https://codepen.io/jameswee/pen/BaaxLmE](https://codepen.io/jameswee/pen/BaaxLmE) ### Steps to reproduce 1. Create computed setter in parent and pass it into scoped slot 2. Attach computed setter via scoped slot into child's v-model 3. Test A working example is available if you comment out line 2 and uncomment line 3. ### What is expected? Editing the input box should trigger the alert function ### What is actually happening? Editing input box isn't triggering the computed setter. <!-- generated by vue-issues. DO NOT REMOVE -->