We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eab119 commit 230d5bbCopy full SHA for 230d5bb
front-end/h5/src/components/plugins/lbp-form-button.js
@@ -44,7 +44,11 @@ export default {
44
borderWidth: commonProps.borderWidth,
45
borderRadius: commonProps.borderRadius,
46
borderColor: commonProps.borderColor,
47
- textAlign: commonProps.textAlign()
+ textAlign: commonProps.textAlign(),
48
+ disabled: {
49
+ type: Boolean,
50
+ default: false
51
+ }
52
},
53
methods: {
54
handleClick () {
0 commit comments