Skip to content

Commit 5c8c230

Browse files
committed
docs: add demo link
1 parent 8a391a1 commit 5c8c230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Vue.use(RouterPrefetch)
3131

3232
Then you can use `<router-link>` without any changes, when this component is visible in viewport, it will automatically prefetch the (async) route component.
3333

34+
**Check out the [live demo](https://stackblitz.com/edit/vue-nr9q5u).**
35+
3436
You can also register it as a new component instead of overriding `<router-link>`:
3537

3638
```js

0 commit comments

Comments
 (0)