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.
2 parents 1f262a0 + aa086b7 commit 6233959Copy full SHA for 6233959
docs/zh-cn/pipeline/hooks.md
@@ -86,7 +86,7 @@ Vue.component('hook-example', {
86
87
- 如果 Promise 在验证阶段被 reject,系统会调用 `transition.abort`。
88
89
-- 如果 Promise 在激活阶段被 resolve,系统会调用 `transition.next` 。
+- 如果 Promise 在激活阶段被 reject,系统会调用 `transition.next` 。
90
91
- 对于验证类钩子( `canActivate` 和 `canDeactivate` ),如果 Promise resolve 之后的值是假值( falsy value ),系统会中断此次切换。
92
0 commit comments