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
In a dynamic v-component directive when keep-alive is set, v-ref does not update to point to the currently active view model instance. It works fine when keep-alive is not set.
Here is a fiddle which demonstrates this issue: http://jsfiddle.net/4ymxLotf/1/ Open up the console to see the output of switching the components