update Tabs Icons

This commit is contained in:
梁灏 2018-06-25 14:30:50 +08:00
parent 8cb8492348
commit e71a795e38
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
<Icon v-if="item.icon !== ''" :type="item.icon"></Icon>
<Render v-if="item.labelType === 'function'" :render="item.label"></Render>
<template v-else>{{ item.label }}</template>
<Icon v-if="showClose(item)" type="ios-close-empty" @click.native.stop="handleRemove(index)"></Icon>
<Icon v-if="showClose(item)" type="ios-close" @click.native.stop="handleRemove(index)"></Icon>
</div>
</div>
</div>