vue-router
vue-router copied to clipboard
🚦 The official router for Vue 2
### Version 3.1.5 ### Reproduction link [https://github.com/ejez/vue-router-ssr-issue](https://github.com/ejez/vue-router-ssr-issue) ### Steps to reproduce 1. Create a basic vue project with ssr and router: ```sh git clone https://github.com/ejez/vue-router-ssr-issue cd vue-router-ssr-issue && yarn ```...
### Vue.js / vue-router versions Vue.js 2.2.2 vue-router 2.3.0 ### Reproduction Link https://jsfiddle.net/2tdjec9q/ ### Steps to reproduce step1: click `to /b` you will see `this is B` step2: click `to...
Partially addresses feature request #1234 to allow removal of dynamically added routes
### What problem does this feature solve? At the moment there is a type definition for `NavigationGuard` in `router.d.ts`. This works nicely. Within that, the `next` argument is a function...
fix #1849 IE11 does not fire the popstate event when the URL's hash value changes. Changed, in IE11 case, from `propstate` event listener to `hashchange`.
### Version 3.0.1 ### Reproduction link [https://codepen.io/Aymkdn/pen/MENZPx](https://codepen.io/Aymkdn/pen/MENZPx) ### Steps to reproduce 1. Use IE11 2. Open codepen at https://codepen.io/Aymkdn/pen/MENZPx 3. Click on "Open demo" 4. Click on "Go to foo"...
### Version 2.7.0 ### Reproduction link the problematic code is at src/history/base.js line 64 ``` transitionTo (location: RawLocation, onComplete?: Function, onAbort?: Function) { const route = this.router.match(location, this.current) this.confirmTransition(route, ()...
Related to my doh moment #2778. Adding information about the Location Object to router-link as it is missing from the docs. The translation for kr needs to be done and...
### Version 3.0.1 (tested with vuejs 2.5.9) ### Reproduction link [https://jsfiddle.net/6b7k58wh/](https://jsfiddle.net/6b7k58wh/) ### Steps to reproduce * Use Internet Explorer 11 (Tested with version 11.1176.10586.0 update version 1.0.47) * Navigate with...