We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79303b commit cb4bf8cCopy full SHA for cb4bf8c
1 file changed
packages/varlet-ui/src/button/Button.vue
@@ -25,7 +25,7 @@
25
background: states.color,
26
}"
27
:type="nativeType"
28
- :disabled="disabled"
+ :disabled="disabled || loading || pending"
29
@click="handleClick"
30
@touchstart="handleTouchstart"
31
@focus="handleFocus"
0 commit comments