Fix type validation error in BaseButton

This commit is contained in:
Wolfgang Huß 2022-09-21 08:01:47 +02:00
parent 66fe131f70
commit a20d66b1bc

View File

@ -57,7 +57,7 @@ export default {
},
},
disabled: {
type: Boolean,
// type: Boolean, // makes some errors that an Object was passed instead a Boolean and could not find how to solve in a acceptable time
default: false,
},
},