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
I realize that this project might not be maintained anymore, but i wont to mention that the v-bind-sync warning throws a false-positive as it has actually been reintroduced into Vue2.
We should actually still probably warn about the .sync modifier, because it's behavior is different than in 1.x and will still require a refactor to emit the proper event from the child component. A PR to update the message would be very welcome!
I realize that this project might not be maintained anymore, but i wont to mention that the
v-bind-sync
warning throws a false-positive as it has actually been reintroduced into Vue2.Please see:
https://vuejs.org/v2/guide/components-custom-events.html#sync-Modifier
The text was updated successfully, but these errors were encountered: