mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix type validation error in BaseButton
This commit is contained in:
parent
66fe131f70
commit
a20d66b1bc
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user