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 987b6f7 commit 0a13d16Copy full SHA for 0a13d16
examples/navigation-guards/app.js
@@ -52,7 +52,7 @@ const router = new VueRouter({
52
// and check them in a global before hook
53
{ path: '/bar', component: Bar, meta: { needGuard: true }},
54
55
- // Baz implements an in-component canDeactivate hook
+ // Baz implements an in-component beforeRouteLeave hook
56
{ path: '/baz', component: Baz }
57
]
58
})
0 commit comments