mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs: update the tree component filter example data type (#12942)
This commit is contained in:
@@ -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('')
|
||||
|
||||
Reference in New Issue
Block a user