Top "Vue-router" questions

Vue Router is a routing library for single-page applications designed for use with the Vue.

router-link with vue and vuetify confusion

How to use vue-router with using that predefined template: https://vuetifyjs.com/examples/layouts/google-contacts I have added a link …

vue-router vuetify.js
how to create a 404 component in vuejs using vue-router

I'm new to vuejs and I'm working on my first project with vue. I'm just wondering how I will route …

vue.js http-status-code-404 vue-component vue-router
Vue.js anchor to div within the same component

I'm developing a Vue.js application and I'm having trouble to link an anchor to a certain div within a …

html vue.js vue-router
vue-router - How to get previous page url?

I want to get previous page link or url in vue-router. Like a this. How to do it? const link = …

vue.js vue-router
Vue2 navigate to external url with location.href

I tried to go to 'www.mytargeturl.org' using router.go, router.push, router.replace and window.location.href to …

vue.js vuejs2 vue-router
Params field is empty in $router.push

Consider this: this.$root.$router.push({ path: '/dashboard', params: { errors: 'error' }, query: { test: 'test' } }) I use this in my …

vue.js url-parameters vue-resource vue-router
Vue-router error: TypeError: Cannot read property 'matched' of undefined

I'm trying to write my first Vuejs app. I'm using vue-cli and simple-webpack boilerplate. When I add vue-router links to …

javascript vue.js vuejs2 vue-router
vue-router : how to remove underline from router-link

This results in an underlined link: <li><router-link to="/hello">Hello</router-link></li&…

css vue.js vuejs2 vue-router routerlink
get all routes in a vue router

Am trying to create a simple menu using vue router , id like to iterate all routes and display in my …

vue.js vue-router
Vue.js page transition fade effect with vue-router

How to achieve a fade effect page transition between vue-router defined pages (components)?

transition fade effect vue-router vue.js