]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
feat: allow named views
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 2 May 2019 20:23:06 +0000 (22:23 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 2 May 2019 20:23:06 +0000 (22:23 +0200)
commit88e117ceb77ad84781097340e0c0ee841702e816
tree8d18b01b3baa9f28179ac4ad7c6d9e2735fbc48e
parent04bbdcc18ddca26c4f1270f7ed95931d566ab4de
feat: allow named views
__tests__/extractComponentsGuards.spec.js [new file with mode: 0644]
__tests__/guards/component-beforeRouteEnter.spec.js
src/router.ts
src/utils/README.md [new file with mode: 0644]
src/utils/guardToPromiseFn.ts [new file with mode: 0644]
src/utils/index.ts [new file with mode: 0644]