Skip to content

Commit 9a1be84

Browse files
committed
chore: typo in meta merging rfc
1 parent 99d18dc commit 9a1be84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0022-router-merge-meta-routelocation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ router.beforeEach((to, from, next) => {
2929
})
3030
```
3131

32-
My proposal is to merge all matched routes meta, from parent to child so we can do `to.matched.requiresAuth`. I believe this is what Nuxt does but I couldn't find a link in the docs.
32+
My proposal is to merge all matched routes meta, from parent to child so we can do `to.meta.requiresAuth`. I believe this is what Nuxt does but I couldn't find a link in the docs.
3333

3434
# Basic example
3535

0 commit comments

Comments
 (0)