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
tugcekucukoglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
vue2
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 5, 2022
I am working with a project that requires me to use vue2 and stumbled with this bug. I fixed it by not making the route of the first tabmenu item same as the parent route. The trick is to load the route of the first item onMounted.
Describe the bug
In TabMenu, the first tab is always highlighted. The bug can be reproduced in the official website.
Reproducer
https://primefaces.org/primevue-v2/#/tabmenu
PrimeVue version
2.10.1
Vue version
2.x
Language
ALL
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Home tab should not be highlighted.
The text was updated successfully, but these errors were encountered: