update Alert Icons

This commit is contained in:
梁灏 2018-06-25 13:41:52 +08:00
parent 943945766f
commit 0bee0493d9
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<span :class="descClasses"><slot name="desc"></slot></span>
<a :class="closeClasses" v-if="closable" @click="close">
<slot name="close">
<Icon type="ios-close-empty"></Icon>
<Icon type="ios-close"></Icon>
</slot>
</a>
</div>