Updated docs

This commit is contained in:
euvl
2017-04-19 10:41:16 +01:00
parent b63093cccb
commit 4e5f94e38d

View File

@@ -49,12 +49,16 @@ export default {
type: Boolean, type: Boolean,
default: false default: false
}, },
draggable: {
type: Boolean,
default: false
},
transition: { transition: {
type: String, type: String,
}, },
classes: { classes: {
type: [String, Array], type: [String, Array],
default: 'nice-modal', default: 'v--modal',
}, },
width: { width: {
type: Number, type: Number,
@@ -71,6 +75,14 @@ export default {
minHeight: { minHeight: {
type: Number, type: Number,
default: 0 default: 0
},
pivotX: {
type: Number,
default: 0.5
},
pivotY: {
type: Number,
default: 0.5
} }
} }
} }