Skip to content

Commit 230785b

Browse files
committed
update readme.
1 parent c7f584f commit 230785b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# vue-loading-screen
1+
# Vue Loading Screen
22
Using to block whlie client processed work.
33

44
## Screenshot
5-
<img src="https://github.com/HELMAB/vue-loading/blob/master/assets/screenshot.png" alt="Screenshot" width="890" height="auto">
5+
<img src="https://github.com/HELMAB/vue-loading/blob/master/assets/screenshot.png"
6+
alt="Screenshot"
7+
width="890"
8+
height="auto">
69

710
## Installation
811
```js
@@ -16,3 +19,8 @@ import {loading} from 'vue-loading-screen'
1619

1720
Vue.use(loading)
1821
```
22+
23+
```vue
24+
<template>
25+
</template>
26+
```

0 commit comments

Comments
 (0)