Form add disabled prop
This commit is contained in:
parent
e522134d24
commit
3edbf8eb71
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@
|
||||||
labelColon: {
|
labelColon: {
|
||||||
type: [Boolean, String],
|
type: [Boolean, String],
|
||||||
default: false
|
default: false
|
||||||
|
},
|
||||||
|
// 4.0.0
|
||||||
|
disabled: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
provide () {
|
provide () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue