amsik / liquor-tree

Tree component based on Vue.js
MIT License
398 stars 95 forks source link

Searching by the data field? #241

Open Blakeinstein opened 2 years ago

Blakeinstein commented 2 years ago

this.$refs.tree.find({data: {path: file}})

is what I tried, I am appending complete path to file, in the data section, and therefore would love to select nodes based on a given path. However the above query returns no results.