mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
refactor(components): [badge] remove unnecessary condition (#8073)
This commit is contained in:
parent
c62730071e
commit
ec498d38b5
@ -3,7 +3,7 @@
|
||||
<slot />
|
||||
<transition :name="`${ns.namespace.value}-zoom-in-center`">
|
||||
<sup
|
||||
v-show="!hidden && (content || content === '0' || isDot)"
|
||||
v-show="!hidden && (content || isDot)"
|
||||
:class="[
|
||||
ns.e('content'),
|
||||
ns.em('content', type),
|
||||
|
Loading…
Reference in New Issue
Block a user