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
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.
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'} ] } } }
The text was updated successfully, but these errors were encountered: