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

feature(tree): tree component support dom template

parent 5e450548
......@@ -10,9 +10,9 @@
<span
v-if="node.loading"
class="el-tree-node__icon el-icon-loading"
>
>
</span>
<span class="el-tree-node__label">{{ node.label }}</span>
<span class="el-tree-node__label" v-html="node.label"></span>
</div>
<collapse-transition>
<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