Accept disabled
prop for <once-button>
component
This commit is contained in:
parent
8a47ab2dde
commit
5bd4f84389
|
@ -17,13 +17,8 @@ const OnceButton = {
|
||||||
nativeType: String,
|
nativeType: String,
|
||||||
text: String,
|
text: String,
|
||||||
working: String,
|
working: String,
|
||||||
workingText: String
|
workingText: String,
|
||||||
},
|
disabled: Boolean
|
||||||
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
disabled: false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in a new issue