We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272307e commit f6cd6c5Copy full SHA for f6cd6c5
README.md
@@ -83,8 +83,8 @@ The `<Item>` component is included inside but defined outside the `<virtualList>
83
```
84
85
```javascript
86
-// Global name as `VirutalScrollList`
87
-Vue.component('virtual-list', VirutalScrollList)
+// Global name as `VirtualScrollList`
+Vue.component('virtual-list', VirtualScrollList)
88
89
new Vue({
90
el: '#app',
index.js
@@ -8,7 +8,7 @@
8
} else {
9
root[ns] = factory(root['Vue'])
10
}
11
-})(this, 'VirutalScrollList', function (Vue2) {
+})(this, 'VirtualScrollList', function (Vue2) {
12
if (typeof Vue2 === 'object' && typeof Vue2.default === 'function') {
13
Vue2 = Vue2.default
14
0 commit comments