Commit 75c10ba7 authored by 徐奇昊's avatar 徐奇昊 Committed by cinwell.li

feature(tree): tree component support dom template

parent 5e450548
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
class="el-tree-node__icon el-icon-loading" class="el-tree-node__icon el-icon-loading"
> >
</span> </span>
<span class="el-tree-node__label">{{ node.label }}</span> <span class="el-tree-node__label" v-html="node.label"></span>
</div> </div>
<collapse-transition> <collapse-transition>
<div class="el-tree-node__children" <div class="el-tree-node__children"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment