Why using createWebHistory refreshing the page while navigating from Sidebar? #293
Answered by ryandiginomad
james-tanuwidjaja asked this question in Q&A
-
| Hi, As the title said, I want to use Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by ryandiginomad Mar 22, 2023
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.
1 reply
Answer selected by james-tanuwidjaja
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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