phphe/vue-draggable-nested-tree

how to use `store.pure`another button

kyung-yeon opened this issue · 2 comments

how to use store.pureanother button

For example, I want to get pure data from the save button without tree @change function.

phphe commented
<Tree ref="tree" ...>
this.$refs.tree.pure(...)
this.$refs.tree.getPureData(...)

wow.. thank you