Demo updated added pivotX and pivotY props

This commit is contained in:
euvl
2017-04-05 12:13:47 +01:00
parent 2d913af2f4
commit ff98ff80f2
6 changed files with 72 additions and 58 deletions

View File

@@ -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",

View File

@@ -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,