update Tree Icons

This commit is contained in:
梁灏 2018-06-25 14:24:13 +08:00
parent 6606ee6148
commit 8a58b2739f
2 changed files with 4 additions and 2 deletions

View file

@ -3,8 +3,8 @@
<ul :class="classes">
<li>
<span :class="arrowClasses" @click="handleExpand">
<Icon v-if="showArrow" type="arrow-right-b"></Icon>
<Icon v-if="showLoading" type="load-c" class="ivu-load-loop"></Icon>
<Icon v-if="showArrow" type="md-arrow-dropright"></Icon>
<Icon v-if="showLoading" type="ios-sync" class="ivu-load-loop"></Icon>
</span>
<Checkbox
v-if="showCheckbox"