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 3b3680d commit b06d441Copy full SHA for b06d441
README.md
@@ -18,12 +18,12 @@ Multiple Process Loader Management for [Vue](http://vuejs.org/) and (optionally)
18
19
# ⏩Quick Start
20
21
-1. Install:
+### 1. Install:
22
```bash
23
yarn add vue-wait
24
```
25
26
-2. Require:
+### 2. Require:
27
```js
28
import VueWait from 'vue-wait'
29
@@ -35,7 +35,7 @@ new Vue({
35
})
36
37
38
-3. Use in Your Components
+### 3. Use in Your Components
39
40
41
<template>
@@ -72,7 +72,7 @@ new Vue({
72
</script>
73
74
75
-**vue-wait has more abilities to make the management easier, please read the complete documentation.**
+> **vue-wait has more abilities to make the management easier, please read the complete documentation.**
76
77
# ▶️Detailed Start
78
0 commit comments