@vuesimple/vs-modal 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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ yarn add @vuesimple/vs-modal
|
|
|
107
107
|
<br />
|
|
108
108
|
|
|
109
109
|
<h3>
|
|
110
|
-
<img src="https://
|
|
110
|
+
<img src="https://i.imgur.com/MWynQNa.png" width="20px"> Nuxt.js
|
|
111
111
|
</h3>
|
|
112
112
|
|
|
113
113
|
Nuxt Demo - Code Sandbox: [Link](https://codesandbox.io/s/vs-modal-nuxt-w35gj)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuesimple/vs-modal",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "A simple vue modal. Perfect for all your modal/ dialogs scenarios.",
|
|
5
5
|
"main": "dist/vs-modal.umd.js",
|
|
6
6
|
"module": "dist/vs-modal.esm.js",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"url": "https://github.com/ashwinkshenoy/vue-simple/issues"
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://github.com/ashwinkshenoy/vue-simple/tree/master/packages/vs-modal",
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "9483620a082e768aceb125aa25d621576d25bb12"
|
|
55
55
|
}
|