mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
fix(button): button tag follow the disabled state of the component
This commit is contained in:
parent
0b167d91cf
commit
4c486639a7
@ -20,6 +20,7 @@
|
||||
:tabindex="mergedFocusable ? 0 : -1"
|
||||
:type="attrType"
|
||||
:style="colorCssVars"
|
||||
:disabled="disabled"
|
||||
@click="handleClick"
|
||||
@blur="handleBlur"
|
||||
@mousedown="handleMouseDown"
|
||||
|
Loading…
Reference in New Issue
Block a user