We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f92b08 commit 204f807Copy full SHA for 204f807
flow/declarations.js
@@ -38,7 +38,6 @@ declare type RouteRecord = {
38
redirect: ?RedirectOption;
39
matchAs: ?string;
40
beforeEnter: ?Function;
41
- beforeLeave: ?Function;
42
meta: any;
43
}
44
src/create-route-map.js
@@ -39,7 +39,6 @@ function addRouteRecord (
matchAs,
redirect: route.redirect,
beforeEnter: route.beforeEnter,
- beforeLeave: route.beforeLeave,
meta: route.meta || {}
45
0 commit comments