vue-router icon indicating copy to clipboard operation
vue-router copied to clipboard

🚦 The official router for Vue 2

Results 117 vue-router issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve? I'm working with an app that has very specific SEO requirements to never have any trailing slashes for any routes. This is impossible...

fixed on 4.x

Closes https://github.com/vuejs/vue-router/issues/1620

This should be helpful for some folks from the .NET world to get routing properly setup in their [Core] MVC app. Currently, there is no sample under the server config...

docs
need review

When `publicPath` is set, for some reason `url="/"` fails in the Rewrite. `url="index.html"` works regardless of `publicPath` setting

docs
need review

### Version 3.1.5 ### Reproduction link [https://codesandbox.io/s/vue-routing-example-em6dm?file=/router/index.js](https://codesandbox.io/s/vue-routing-example-em6dm?file=/router/index.js) Visit the `/hello` page in the codesandbox reproduction and open the console to see the error message ### Steps to reproduce Setup lazy-loaded...

improvement

### What problem does this feature solve? Currently if you pass a hash id with unescaped CSS special characters `/[!"#$%&'()*+,\-./:;?@[\\]^{|}~]/` to a scrollBehavior selector, execution will fail: ``` 'XXX' is...

improvement
has PR
fixed on 4.x

Closes #2069 Closes #3008

fixed on 4.x

### What problem does this feature solve? When passing from a component to multiple (named) ones, we also need to change the way the `props` property is defined. If the...

improvement
feature request
contribution welcome
fixed on 4.x