update Button Icons
This commit is contained in:
parent
37665e2945
commit
75a6855b4c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
:href="linkUrl"
|
||||
:target="target"
|
||||
@click="handleClickLink">
|
||||
<Icon class="ivu-load-loop" type="load-c" v-if="loading"></Icon>
|
||||
<Icon class="ivu-load-loop" type="ios-sync" v-if="loading"></Icon>
|
||||
<Icon :type="icon" :custom="customIcon" v-if="(icon || customIcon) && !loading"></Icon>
|
||||
<span v-if="showSlot" ref="slot"><slot></slot></span>
|
||||
</a>
|
||||
|
@ -16,7 +16,7 @@
|
|||
:class="classes"
|
||||
:disabled="disabled"
|
||||
@click="handleClickLink">
|
||||
<Icon class="ivu-load-loop" type="load-c" v-if="loading"></Icon>
|
||||
<Icon class="ivu-load-loop" type="ios-sync" v-if="loading"></Icon>
|
||||
<Icon :type="icon" :custom="customIcon" v-if="(icon || customIcon) && !loading"></Icon>
|
||||
<span v-if="showSlot" ref="slot"><slot></slot></span>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue