zdy1988 / vue-jstree

A Tree Plugin For Vue2.0+
http://zdy1988.github.io/vue-jstree
629 stars 195 forks source link

Get all selected nodes #72

Open ulou opened 6 years ago

ulou commented 6 years ago

How can I get all selected nodes? In jstree was something like this

$("#divtree").jstree("get_selected",true)

For now I using something like this:

this.$refs.jsTree.data and filtering tree by selected field.

strugglexiang commented 6 years ago

I have same problem.
For now, I make it in the same way.