[Vuejs]-Router.push reloads page with '?#' added to the URL 8 October 2023 by thecoderscamp.com 0👍 You’re missing a slash. Your line should be: this.$router.push({ path: "/dashboard" }); [Vuejs]-Structuring js files vue cli project [Vuejs]-Getting undefined store in quasar Source:stackexchange.com