Added missing type

Signed-off-by: onekiloparsec <cedric@onekilopars.ec>
This commit is contained in:
onekiloparsec
2017-07-06 15:16:13 +02:00
parent 006c92da5d
commit 0655a52f9d

View File

@@ -92,7 +92,7 @@
// }
},
width: {
type: Number,
type: [Number, String],
default: [Number, String],
validator (value) {
if (typeof value === 'string') {