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
* Ensures `Object.getOwnPropertyDescriptor(modelInstance, 'attr')` will
accurately return the descriptor. This is needed by VueJS to call the
original getter/setters when setting up the reactive getter/setter
overrides.
* Immediately assigns all attributes - this is because the getter will
set a default when first called. Required by VueJS to track association
arrays.
* Adds `dup()` convensience method.
0 commit comments