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

feat: add vue 2.7 support

Open xiaoxiangmoe opened this issue 2 years ago • 1 comments

  • [x] useRoute, useRouter
  • [ ] useLink
  • [ ] onBeforeRouteLeave, onBeforeRouteUpdate
  • [x] NavigationFailureType, isNavigationFailure, START_LOCATION
  • [ ] update build script
  • [ ] update unit test

xiaoxiangmoe avatar Jul 15 '22 19:07 xiaoxiangmoe

Deploy Preview for vue-router-docs-v3 canceled.

Name Link
Latest commit f1eb2b1dba9b5cc5011b230a3121c882d883c4c0
Latest deploy log https://app.netlify.com/sites/vue-router-docs-v3/deploys/62f7008a47a7dc0009a32133

netlify[bot] avatar Jul 15 '22 19:07 netlify[bot]

There are quite a few necessary changes for the composition api functions to properly work. They also need the upcoming Vue 2.7.9 version. I openend #3769 but this PR has other things that are not included like the type upgrades. Could you open another PR with just those changes?

posva avatar Aug 18 '22 14:08 posva