phphe/he-tree-vue

Doc examples/demo $xxxClass and $xxxStyle

byezy opened this issue · 1 comments

byezy commented

Nice component mate, well done! Could you think about adding examples/demo of $xxxClass and $xxxStyle .... darned if I can get either of them to work. Cheers

phphe commented

simple example:

treeData: [
  {text: 'node 1', $nodeBackClass: 'active', $nodeStyle: {fontWeight: 'bold'}}
]