update Tree Icons
This commit is contained in:
parent
6606ee6148
commit
8a58b2739f
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue