docs(components): [tree-v2] replace mention of filter-node-method attribute with filter-method (#15521)

docs(components): [tree-v2] replace mention of filter-node-method attribute with filter-method

Co-authored-by: blanchon <maxime.blanchon@cnrgh.fr>
This commit is contained in:
maxime-bc 2024-03-16 09:42:39 +01:00 committed by GitHub
parent d27927da57
commit 1abe1d00bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ tree-v2/custom-node
Tree nodes can be filtered
:::demo Invoke the `filter` method of the Tree instance to filter tree nodes. Its parameter is the filtering keyword. Note that for it to work, `filter-node-method` is required, and its value is the filtering method.
:::demo Invoke the `filter` method of the Tree instance to filter tree nodes. Its parameter is the filtering keyword. Note that for it to work, `filter-method` is required, and its value is the filtering method.
tree-v2/filter