]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
feat: invoke guards with the right context
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 18 Mar 2020 23:08:27 +0000 (00:08 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 18 Mar 2020 23:08:27 +0000 (00:08 +0100)
commit7053413c93bc715d5c2179378367dc12f60a118d
tree16215c75febb5755529e4b6f3eda9d24f59f5dc7
parent44486bc7c85bc50dbd39ecad2b219a7a3ba2f04a
feat: invoke guards with the right context
14 files changed:
__tests__/RouterView.spec.ts
__tests__/guards/component-beforeRouteLeave.spec.ts
__tests__/guards/component-beforeRouteUpdate.spec.ts
__tests__/matcher/records.spec.ts
__tests__/utils.ts
playground/views/ComponentWithData.vue
src/components/View.ts
src/matcher/index.ts
src/matcher/types.ts
src/router.ts
src/types/index.ts
src/utils/guardToPromiseFn.ts
src/utils/index.ts
yarn.lock