route issue #17430
route issue
#17430
Replies: 1 comment 2 replies
-
First of all, language!! Secondly, Quasar does not in any way get involved in routing. That's entirely vue-router. It might help if you provide a minimal codepen or stackblitz of your code so we can help you troubleshoot. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dynamically import components in routes file and the page can't stay at current path while refresh on the browser. it always fallback to previous page each time until the last history hit.
something like
click link: home -> favorite -> setting
refresh the page it will fallback automatically: setting > favorite > home
spent hours for troubleshooting and nothing.
never happened in my other VUE projects, i know i am new on Quasar but this is so harmful :(
Beta Was this translation helpful? Give feedback.
All reactions