Skip to content

Commit 6d80142

Browse files
committed
chore: rm unuse attr
1 parent 5f6db64 commit 6d80142

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/effects/common-ui/src/ellipsis-text/ellipsis-text.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ function onExpand() {
129129
class="cursor-text overflow-hidden"
130130
@click="expand ? onExpand() : () => false"
131131
v-bind="$attrs"
132-
:data-line="line"
133132
>
134133
<slot></slot>
135134
</div>

0 commit comments

Comments
 (0)