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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Vue.use(RouterPrefetch)
31
31
32
32
Then you can use `<router-link>` without any changes, when this component is visible in viewport, it will automatically prefetch the (async) route component.
33
33
34
+
**Check out the [live demo](https://stackblitz.com/edit/vue-nr9q5u).**
35
+
34
36
You can also register it as a new component instead of overriding `<router-link>`:
0 commit comments