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
vue-vuetify: Fix oneOf renderers not clearing some primitive values
Replace isEmpty check with check against undefined because isEmpty always returns true
for boolean values, 0, empty strings and objects without props.
This could lead to errors when switching from any of these to an array and trying to add
elements there.
0 commit comments