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: docs/vue/virtual-scroll.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ One virtual scrolling solution to consider for your Ionic Vue app is [vue-virtua
4
4
5
5
## Installation
6
6
7
-
To setup the virtual scroller, first install `vue-virtual-scroll`:
7
+
To setup the virtual scroller, first install `vue-virtual-scroller`:
8
8
9
9
```shell
10
-
npm install vue-virtual-scroll@next
10
+
npm install vue-virtual-scroller@next
11
11
```
12
12
13
13
:::note
@@ -133,4 +133,4 @@ We are working to improve compatibility between these components and virtual scr
133
133
134
134
## Further Reading
135
135
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