Skip to content

Commit

Permalink
fix(Transfer): fix tree data filter error
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Apr 10, 2024
1 parent adfa2e0 commit 07927d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transfer/_example/tree.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<t-transfer
:data="items"
:search="true"
v-model="targetValue"
:checked.sync="checked"
@change="onChange"
Expand Down

0 comments on commit 07927d7

Please sign in to comment.