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 c4ac88d commit 90de581Copy full SHA for 90de581
en/routing.md
@@ -67,7 +67,7 @@ export default context => {
67
const matchedComponents = router.getMatchedComponents()
68
// no matched routes, reject with 404
69
if (!matchedComponents.length) {
70
- reject({ code: 404 })
+ return reject({ code: 404 })
71
}
72
73
// the Promise should resolve to the app instance so it can be rendered
0 commit comments