Transfer renderFormat support html element
Transfer renderFormat support html element
This commit is contained in:
parent
8f48491aa6
commit
3fd978800f
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue