Why using createWebHistory refreshing the page while navigating from Sidebar? #293
-
Hi, As the title said, I want to use Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I've got the same problem here. The workaround I did is to modify AppSidebarNav.js onClick event: |
Beta Was this translation helpful? Give feedback.
I've got the same problem here. The workaround I did is to modify AppSidebarNav.js onClick event:
onClick: (e) => { e.preventDefault() props.navigate() },
But still I think it's just a workaround solution, because the same problem happened to CDropdownItem, CBreadcrumbItem