Open chiyanking opened 7 years ago
renderContent(h, { node, data, store }) { return ( {node.label} <el-button size="mini" on-click={ () => this.append(store, data) }>Append <el-button size="mini" on-click={ () => this.remove(store, data) }>Delete ); }
renderContent(h, { node, data, store }) { return ( {node.label} <el-button size="mini" on-click={ () => this.append(store, data) }>Append <el-button size="mini" on-click={ () => this.remove(store, data) }>Delete ); }