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 671b5b8 commit c280256Copy full SHA for c280256
README.md
@@ -22,7 +22,7 @@ $ yarn add vue-scroll-progressbar
22
Install the plugin into Vue:
23
```js
24
import Vue from 'vue'
25
-import VueScrollProgressBar from 'VueScrollProgressBar'
+import VueScrollProgressBar from 'vue-scroll-progressbar'
26
27
Vue.use(VueScrollProgressBar)
28
```
@@ -31,7 +31,7 @@ Or use the component directly:
31
32
33
34
35
36
Vue.component("vue-scroll-progress-bar", VueScrollProgressBar)
37
0 commit comments