vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.88k stars 6.97k forks source link

[Bug Report] Unexpected behaviour of v-tabs #9360

Closed pranavcbalan closed 4 years ago

pranavcbalan commented 5 years ago

Environment

Vuetify Version: 2.1.3 Vue Version: 2.6.10 Browsers: Chrome 77.0.3865.120 OS: Mac OS 10.14.6

Steps to reproduce

Remove tab from start and add tab at the end while the last tab is active will show multiple tabs content as active.

Expected Behavior

Should need to work normally.

Actual Behavior

It should show the last tab instead of showing the previous one as active.

Reproduction Link

https://codepen.io/pranavcbalan/pen/WNNwaGa?editors=1010

Other comments

Temporary workaround : https://codepen.io/pranavcbalan/pen/NWWNObL?editors=1010

johnleider commented 4 years ago

fixed in 85f963eea

If you have any additional questions, please reach out to us in our Discord community.