how to use `store.pure`another button
kyung-yeon opened this issue · 2 comments
kyung-yeon commented
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(...)kyung-yeon commented
wow.. thank you