Accept disabled prop for <once-button> component

This commit is contained in:
Lance Edgar 2019-05-23 14:44:31 -05:00
parent 8a47ab2dde
commit 5bd4f84389

View file

@ -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: {