Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29e1763

Browse files
authoredJul 10, 2021
Update virtual-scroll.md (ionic-team#2009)
1 parent 69dc3b7 commit 29e1763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/vue/virtual-scroll.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ One virtual scrolling solution to consider for your Ionic Vue app is [vue-virtua
44

55
## Installation
66

7-
To setup the virtual scroller, first install `vue-virtual-scroll`:
7+
To setup the virtual scroller, first install `vue-virtual-scroller`:
88

99
```shell
10-
npm install vue-virtual-scroll@next
10+
npm install vue-virtual-scroller@next
1111
```
1212

1313
:::note
@@ -133,4 +133,4 @@ We are working to improve compatibility between these components and virtual scr
133133

134134
## Further Reading
135135

136-
This guide only covers a small portion of what `vue-virtual-scroller` is capable of. For more details, please see the [vue-virtual-scroller documentation](https://github.com/Akryum/vue-virtual-scroller/blob/next/packages/vue-virtual-scroller/README.md).
136+
This guide only covers a small portion of what `vue-virtual-scroller` is capable of. For more details, please see the [vue-virtual-scroller documentation](https://github.com/Akryum/vue-virtual-scroller/blob/next/packages/vue-virtual-scroller/README.md).

0 commit comments

Comments
 (0)
Please sign in to comment.