Skip to content

Commit

Permalink
fix: fix the problem that the tree data of Table component cannot be …
Browse files Browse the repository at this point in the history
…displayed
  • Loading branch information
kailong502431556 committed Mar 4, 2022
1 parent 8b3be02 commit bf83d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/src/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export default defineComponent({
ref={elTableRef}
data={unref(getProps).data}
onSelection-change={selectionChange}
{...getBindValue}
{...unref(getBindValue)}
>
{{
default: () => rnderTableColumn(),
Expand Down

0 comments on commit bf83d3e

Please sign in to comment.