fixed #4162
This commit is contained in:
parent
74ef0a6ae1
commit
d5e329fffd
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<ul :class="classes">
|
||||
<li>
|
||||
<span :class="arrowClasses" @click="handleExpand">
|
||||
<Icon v-if="showArrow" type="md-arrow-dropright"></Icon>
|
||||
<Icon v-if="showArrow" type="ios-arrow-forward"></Icon>
|
||||
<Icon v-if="showLoading" type="ios-loading" class="ivu-load-loop"></Icon>
|
||||
</span>
|
||||
<Checkbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue