mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Demo updated added pivotX and pivotY props
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^2.0.0",
|
||||
"vue-js-modal": "^1.0.11"
|
||||
"vue-js-modal": "^1.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.0.0",
|
||||
|
||||
@@ -11,8 +11,12 @@
|
||||
|
||||
<h2>Vue.js Modal</h2>
|
||||
|
||||
<pre>
|
||||
<pre style="line-height: 1.5;">
|
||||
npm install --save vue-js-modal
|
||||
|
||||
...
|
||||
import vmodal from 'vue-js-modal'
|
||||
Vue.use(vmodal)
|
||||
</pre>
|
||||
|
||||
<table>
|
||||
@@ -92,7 +96,7 @@ export default {
|
||||
props: {
|
||||
name: {
|
||||
required: true,
|
||||
type: [String, Number],
|
||||
type: String,
|
||||
},
|
||||
delay: {
|
||||
type: Number,
|
||||
|
||||
Reference in New Issue
Block a user