Skip to content

Commit e5e6bc5

Browse files
committed
chore: rename
1 parent 16ead02 commit e5e6bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/composables/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function useFilteredGuard (guard, fn) {
5252
const router = useRouter()
5353

5454
let target = i.proxy
55-
// find the nearest routerview to know the depth
55+
// find the nearest RouterView to know the depth
5656
while (
5757
target &&
5858
target.$vnode &&

0 commit comments

Comments
 (0)