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
I think it would be nice to have this.$scopedSlots as empty object (match this.$slots) if component doesn't have scoped slot. Would be easier to use in an if condition if (this.$scopedSlots.named) {} instead of if (this.$scopedSlots && this.$scopedSlots.named) {}