Skip to content

Commit

Permalink
refactor(components): [table] remove useless brackets (element-plus#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWeilian authored Apr 1, 2023
1 parent e6be1bc commit 87e9348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/table/src/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]"
:style="style"
:data-prefix="ns.namespace.value"
@mouseleave="handleMouseLeave()"
@mouseleave="handleMouseLeave"
>
<div :class="ns.e('inner-wrapper')" :style="tableInnerStyle">
<div ref="hiddenColumns" class="hidden-columns">
Expand Down

0 comments on commit 87e9348

Please sign in to comment.