Skip to content

Commit

Permalink
docs: update the tree component filter example data type (#12942)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed May 26, 2023
1 parent c42d160 commit 232649a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/examples/tree/filtering.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import { ref, watch } from 'vue'
import { ElTree } from 'element-plus'
interface Tree {
id: number
label: string
children?: Tree[]
[key: string]: any
}
const filterText = ref('')
Expand Down

0 comments on commit 232649a

Please sign in to comment.