Might want to add an actual mounted test suite to ensure consistent behavior with the built-in v-model - it's a bit more complicated than the current transforms. A few things come to mind:
multi-checkbox binding for Arrays
select and option binding
component binding
One thing we need to do in addition to the event and domProps is adding a v-model runtime directive so code here can be leveraged.
Might want to add an actual mounted test suite to ensure consistent behavior with the built-in v-model - it's a bit more complicated than the current transforms. A few things come to mind:
One thing we need to do in addition to the event and domProps is adding a
v-model
runtime directive so code here can be leveraged.