File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Now you can use it as `<quick-link>` in your app.
5050
5151## Props
5252
53- All [ props] ( https://router.vuejs.org/api/#router-link-props ) of ` <router-link> ` are still available, addtional props are listed below.
53+ All [ props] ( https://router.vuejs.org/api/#router-link-props ) of ` <router-link> ` are still available, additional props are listed below.
5454
5555### prefetch
5656
@@ -64,7 +64,7 @@ Whether to prefetch the matched route component.
6464- Type: ` string[] `
6565- Examples: ` ['/foo.css'] `
6666
67- A list of addtional files to prefetch. By default we only prefetch the route component.
67+ A list of additional files to prefetch. By default we only prefetch the route component.
6868
6969## Credits
7070
You can’t perform that action at this time.
0 commit comments