fix(button): button tag follow the disabled state of the component

This commit is contained in:
07akioni 2020-11-06 11:50:51 +08:00
parent 0b167d91cf
commit 4c486639a7

View File

@ -20,6 +20,7 @@
:tabindex="mergedFocusable ? 0 : -1"
:type="attrType"
:style="colorCssVars"
:disabled="disabled"
@click="handleClick"
@blur="handleBlur"
@mousedown="handleMouseDown"