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

### Version 2.6.0 ### Reproduction link [https://jsfiddle.net/ykojima/krqwkfuy/](https://jsfiddle.net/ykojima/krqwkfuy/) ### Steps to reproduce 1. Run in jsFiddle 2. Click "Foo" link 3. Click "Go to Bar-2" link ### What is expected? change...

improvement
browser quirk

Add assertion when a route component is null or undefined, a fix for issue #2038. Really appreciate for a review.

feature request
WIP

### Version 3.0.2 ### Reproduction link [https://codesandbox.io/s/l9omkjv939](https://codesandbox.io/s/l9omkjv939) ### Steps to reproduce 1. Let's say the page url now is `/?animal=dog`, and the `animal` field only accept `dot` or `cat` 2....

Bumps [axios](https://github.com/axios/axios) from 0.21.2 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

The problem seems to be that `onBeforeRouteLeave` lacks handling of `onActivated` and `onDeactivated` hooks in the keep-alive component. I referred to vue router 4 to fix the processing of `onBeforeRouteLeave`....

### Version 3.6.5 ### Reproduction link [github.com](https://github.com/VividLemon/vue-router-issue) ### Steps to reproduce 1. Create a route with an optional param 2. Attempt to navigate to route with param explicitly undefined --...

improvement
Typescript
has workaround

### Version 3.6.5 ### Reproduction link [github.com](https://github.com/zengguirong/vue27-router-composition-bug) ### Steps to reproduce 1. Clone the Github repo 2. Run 'npm install' 3. Run 'npm run dev' and open the broswer 4....

bug

* Resolve the href in `` correctly. * In hash mode, the hash in base is automatically removed and the base trailing slash is distinguished. * By default the result...

need repro

When I'm trying to solve a recent issue (to better understand vue-router), I see here, and I think I can pull out a function to improve it,......and,flow check, It makes...