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
When the component is bundled with 'v-model', if the 'v-on = "$ listeners"' attribute is added, the 'input event' will be passed up. 'Value' is eventually '[object Event]' #6846
This is before 2.5.0. Although the event is still passed to the parent component via input, it does not affect the final result.
At 2.5.2 will affect the final result
HerringtonDarkholme, marcosmoura, 2Pacalypse- and c01nd01r