phphe / vue-draggable-nested-tree

Vue2 draggable tree component
https://hetree.phphe.com/
MIT License
344 stars 62 forks source link

how to use `store.pure`another button #94

Closed kyung-yeon closed 5 years ago

kyung-yeon commented 5 years ago

how to use store.pureanother button

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

phphe commented 5 years ago
<Tree ref="tree" ...>
this.$refs.tree.pure(...)
this.$refs.tree.getPureData(...)
kyung-yeon commented 5 years ago

wow.. thank you