Skip to content

Commit 955e5c4

Browse files
christianmalekposva
authored andcommitted
Update navigation.md (#1252)
The sentence above mentions that the string represents the path. But I think this will be much clearer because not everyone wants to read the text. So it's instantly recognizeable that if you just pass a simple string it's a path and not the route name.
1 parent 53d452a commit 955e5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/essentials/navigation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is the method called internally when you click a `<router-link>`, so clicki
1515
The argument can be a string path, or a location descriptor object. Examples:
1616

1717
``` js
18-
// literal string
18+
// literal string path
1919
router.push('home')
2020

2121
// object

0 commit comments

Comments
 (0)