Top "Vue-router" questions

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

Vue Router: how to cast params as integers instead of strings?

When I enter a URL using the browser field, the params are cast as strings, rather than an integer, e.…

vue.js vue-router
call a function every time a route is updated vue.js

I have integrated intercom in my app and I need to call window.Intercom('update'); every-time my url changes. I …

javascript vuejs2 vue-component vue-router intercom
Vue-Test-Utils Unknown custom element: <router-link>

I'm using Jest to run my tests utilizing the vue-test-utils library. Even though I've added the VueRouter to the localVue …

vuejs2 vue-component jestjs vue-router vue-test-utils
how to write global router-function in nuxt.js

I am using Vue.js with Nuxt.js, but I got a problem in router's functions. In the pure Vue, …

vue.js vue-router nuxt.js
Vue 2.0 instance is not hearing events emitted by vue-router components

I am using Vue 2.0-rc.6 (latest at the moment) and Vue-router 2.0-rc.5 (latest at the moment). I tried to do …

javascript vue.js vuejs2 vue-router
Difference between routing inside v-btn and using router-link

I am learning Vue.js, and, following a tutorial, a is used to route the page to another. He used …

vuejs2 vue-component vue-router
How to use vue-resource ($http) and vue-router ($route) in a vuex store?

Before I was getting movie detail from the component's script. The function first check whether the movie ID of the …

javascript vuejs2 vue-router vue-resource vuex
How to handle 404 error request in vuejs SPA with nginx server

I have set up my vue-cli version 3 SPA so that any requests not found in my routes.js file will …

nginx vue.js vue-router vue-cli-3
Nuxt: How to open page in a new tab

I go through the documentation of Nuxt, but couldn't find information about how to open a page in a new …

vue-router nuxt.js