Transfer renderFormat support html element

Transfer renderFormat support html element
This commit is contained in:
梁灏 2017-02-15 17:30:30 +08:00
parent 8f48491aa6
commit 3fd978800f
2 changed files with 5 additions and 1 deletions

View file

@ -18,7 +18,7 @@
:class="itemClasses(item)"
@click.prevent="select(item)">
<Checkbox :checked="isCheck(item)" :disabled="item.disabled"></Checkbox>
<span>{{ showLabel(item) }}</span>
<span>{{{ showLabel(item) }}}</span>
</li>
<li :class="prefixCls + '-content-not-found'">{{ notFoundText }}</li>
</ul>