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
Sometimes we need to set objects/arrays as default values of property in props. In these cases we need to specify a function that will return default value (docs link).
My suggestion is to automatically bind this kind of functions to current vm. So we can get access to vm context.