misc doc updates

This commit is contained in:
Leopoldthecoder
2017-02-22 15:02:34 +08:00
parent 1b8657ce0d
commit f9d799ce2b
7 changed files with 135 additions and 71 deletions

View File

@@ -110,6 +110,7 @@
},
currentNodeKey(newVal) {
this.store.setCurrentNodeKey(newVal);
this.store.currentNodeKey = newVal;
},
data(newVal) {
this.store.setData(newVal);