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 c7f584f commit 230785bCopy full SHA for 230785b
README.md
@@ -1,8 +1,11 @@
1
-# vue-loading-screen
+# Vue Loading Screen
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" alt="Screenshot" width="890" height="auto">
+<img src="https://github.com/HELMAB/vue-loading/blob/master/assets/screenshot.png"
6
+alt="Screenshot"
7
+width="890"
8
+height="auto">
9
10
## Installation
11
```js
@@ -16,3 +19,8 @@ import {loading} from 'vue-loading-screen'
16
19
17
20
Vue.use(loading)
18
21
```
22
+
23
+```vue
24
+<template>
25
+</template>
26
+```
0 commit comments