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
When unsing the Tabview with Vue Router, the Routing is only triggered when clicking on the Text of the Button, not on the Button itsself. The UI changes the Tab, but no routing occurs.
A workaround is described here: #6010
I'm trying to think of a solution to this issue, first I tried changing the event to the Tab tag and using the example from the first issue but lost the button styles, I want know if this is a good way to solve this issue?
Describe the bug
When unsing the Tabview with Vue Router, the Routing is only triggered when clicking on the Text of the Button, not on the Button itsself. The UI changes the Tab, but no routing occurs.
A workaround is described here: #6010
Reproducer
https://stackblitz.com/edit/zpgc3a-v2fp5p
PrimeVue version
4.2.4
Vue version
4.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
Firefox 128.5.1esr
Steps to reproduce the behavior
Expected behavior
The change of a tab should also navigate.
The text was updated successfully, but these errors were encountered: