mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [color-picker] attrs class (#16887)
* fix(components): [color-picker] attrs class * fix(components): [color-picker] v-bind attrs
This commit is contained in:
parent
67d9d7c09b
commit
a8d2a5f0b3
@ -62,6 +62,7 @@
|
||||
<div
|
||||
:id="buttonId"
|
||||
ref="triggerRef"
|
||||
v-bind="$attrs"
|
||||
:class="btnKls"
|
||||
role="button"
|
||||
:aria-label="buttonAriaLabel"
|
||||
|
Loading…
Reference in New Issue
Block a user