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
Currently tab accepts only string. Since render function also accepts VueComponent, it would be great if tab also accepts component object. So I can avoid vuetify global component registration and import the vuetify component in data like this.