Open
Description
Version
2.6.10
Reproduction link
https://codepen.io/jameswee/pen/BaaxLmE
Steps to reproduce
- Create computed setter in parent and pass it into scoped slot
- Attach computed setter via scoped slot into child's v-model
- 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.