Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The highlight of TabMenu tabs conflict when routers partly match #991

Closed
wanglin86769 opened this issue Feb 19, 2021 · 1 comment
Closed

Comments

@wanglin86769
Copy link

For PrimeVue 2.3.0, the following code snippet shows that highlight of '/tabmenu/calendar2' and '/tabmenu/calendar3' will conflict with '/tabmenu/calendar'. That is, when calendar2 or calendar3 tab is clicked, '/tabmenu/calendar' is highlighted as well.

export default { data() { return { items: [ {label: 'Calendar', icon: 'pi pi-fw pi-calendar', to: '/tabmenu/calendar'}, {label: 'Documentation', icon: 'pi pi-fw pi-file', to: '/tabmenu/calendar2'}, {label: 'Settings', icon: 'pi pi-fw pi-cog', to: '/tabmenu/calendar3'} ] } } }

@cagataycivici
Copy link
Member

Tracked at,

#830

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants