mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added missing type
Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
width: {
|
width: {
|
||||||
type: Number,
|
type: [Number, String],
|
||||||
default: [Number, String],
|
default: [Number, String],
|
||||||
validator (value) {
|
validator (value) {
|
||||||
if (typeof value === 'string') {
|
if (typeof value === 'string') {
|
||||||
|
|||||||
Reference in New Issue
Block a user