You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOC component should forward the v-model value event to the child component
What is actually happening?
as per #1510
v-model event are not falling through anymore.
I thought this was actually a feature (not a bug), it was simplify a lot HOC creation by reducing boilerplate. I understand the reasoning behind the issue above, but I'm wondering if preventing v-model attr fallthrough in a HOC context was intentional.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.19
Reproduction link
https://jsfiddle.net/kfLbdvct/4/
here if you change the repro to load beta.18 it works as expected
Steps to reproduce
What is expected?
HOC component should forward the v-model value event to the child component
What is actually happening?
as per #1510
v-model event are not falling through anymore.
I thought this was actually a feature (not a bug), it was simplify a lot HOC creation by reducing boilerplate. I understand the reasoning behind the issue above, but I'm wondering if preventing v-model attr fallthrough in a HOC context was intentional.
The text was updated successfully, but these errors were encountered: