@vuesimple/vs-loader 1.4.0 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ yarn add @vuesimple/vs-loader
|
|
|
70
70
|
<br />
|
|
71
71
|
|
|
72
72
|
<h3>
|
|
73
|
-
<img src="https://
|
|
73
|
+
<img src="https://i.imgur.com/MWynQNa.png" width="20px"> Nuxt.js
|
|
74
74
|
</h3>
|
|
75
75
|
|
|
76
76
|
Nuxt Code Snippet
|
|
@@ -115,8 +115,9 @@ After installation,
|
|
|
115
115
|
|
|
116
116
|
### ⚙ Props
|
|
117
117
|
|
|
118
|
-
| Name | Type
|
|
119
|
-
| ------- |
|
|
120
|
-
| variant | String
|
|
121
|
-
| color | String
|
|
122
|
-
| size | Number
|
|
118
|
+
| Name | Type | Default | Description |
|
|
119
|
+
| ------- | ------- | --------- | -------------------------------------------- |
|
|
120
|
+
| variant | String | `pulse` | Variants: `pulse`, `dots`, `inline`. |
|
|
121
|
+
| color | String | `#1f73b7` | Loader color. |
|
|
122
|
+
| size | Number | `10` | Loader size. |
|
|
123
|
+
| center | Boolean | - | Center aligns the loader wrt the parent div. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuesimple/vs-loader",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "A simple vue loader. Perfect for all your loader scenarios.",
|
|
5
5
|
"main": "dist/vs-loader.umd.js",
|
|
6
6
|
"module": "dist/vs-loader.esm.js",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"url": "https://github.com/ashwinkshenoy/vue-simple/issues"
|
|
53
53
|
},
|
|
54
54
|
"homepage": "https://github.com/ashwinkshenoy/vue-simple/tree/master/packages/vs-loader",
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "9483620a082e768aceb125aa25d621576d25bb12"
|
|
56
56
|
}
|