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 f56cff6 commit b935b5dCopy full SHA for b935b5d
README.md
@@ -2,7 +2,7 @@
2
Using to block whlie client processed work.
3
4
## Screenshot
5
-<img src="https://github.com/HELMAB/vue-loading/blob/master/assets/screenshot.png"
+<img src="https://raw.githubusercontent.com/HELMAB/vue-loading/master/assets/screenshot.png"
6
alt="Screenshot"
7
width="890"
8
height="auto">
@@ -15,7 +15,7 @@ npm i --save vuejs-loading-screen
15
## Usage
16
```js
17
import Vue from 'vue'
18
-import {loading} from 'vuejs-loading-screen'
+import loading from 'vuejs-loading-screen'
19
20
Vue.use(loading)
21
```
0 commit comments