mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 03:08:21 +08:00
fix(components): [message] type is not working after customizing icon (#15233)
This commit is contained in:
parent
b12923530a
commit
668a6b00b1
@ -10,7 +10,7 @@
|
||||
ref="messageRef"
|
||||
:class="[
|
||||
ns.b(),
|
||||
{ [ns.m(type)]: type && !icon },
|
||||
{ [ns.m(type)]: type },
|
||||
ns.is('center', center),
|
||||
ns.is('closable', showClose),
|
||||
customClass,
|
||||
|
Loading…
Reference in New Issue
Block a user