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 16ead02 commit e5e6bc5Copy full SHA for e5e6bc5
src/composables/index.js
@@ -52,7 +52,7 @@ function useFilteredGuard (guard, fn) {
52
const router = useRouter()
53
54
let target = i.proxy
55
- // find the nearest routerview to know the depth
+ // find the nearest RouterView to know the depth
56
while (
57
target &&
58
target.$vnode &&
0 commit comments