vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.6.7] VTabs no text shown with items prop

Open Schloemicher opened this issue 1 year ago • 1 comments

Environment

Vuetify Version: 3.6.7 Last working version: 3.5.18 Vue Version: 3.4.27 Browsers: Chrome 125.0.0.0 OS: Linux x86_64

Steps to reproduce

use VTabs with items property

Expected Behavior

Tab is showing text

Actual Behavior

empty tab button

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

seems like in 3.5.18 the property name for naming a tab was "text", now it is documented to use "title", but no variant works now. Not with numbers, strings, or object containing a title or text property.

https://github.com/vuetifyjs/vuetify/issues/17155

I did use text before but it is not working anymore https://github.com/vuetifyjs/vuetify/releases/tag/v3.2.0#user-content-upgrade-guide

Schloemicher avatar May 22 '24 09:05 Schloemicher

Broken by #19248

KaelWD avatar May 22 '24 09:05 KaelWD