You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
16
16
- Just **one tiny file**
17
17
- Component based (great for **async loading** and code splitting)
18
+
- Supports navigation through *VueRouter*
18
19
- Universal code/SSR-safe
19
20
- Well tested and **documented**
20
21
- Compatible with Node 8.0+
@@ -91,6 +92,8 @@ better suited for universal/SSR code and can be loaded asynchronously as well!
91
92
|---| --- | --- |
92
93
| target |:white_check_mark:| Can be any query selector you want (or a function that returns such). Will be passed to the scroll function |
93
94
| scrollFunction |:white_check_mark:| You can define an own scroll function that will take the `target` prop as parameter and can do whatever you like. |
95
+
| shouldNavigate |:white_check_mark:| If set, VueRouter will reflect navigation changes in the url(top: no hash, target: hash) |
96
+
| navigationType |:white_check_mark:| Default to `push`. The navigation type of that VueRouter should use. Usually either `push` or `replace`|
0 commit comments