[improvement] replace icons (#2304)

This commit is contained in:
neverland
2018-12-16 15:59:52 +08:00
committed by GitHub
parent f473a0eb66
commit c100b045d1
27 changed files with 143 additions and 164 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
:border="false"
:class="b([type])"
:is-link="editable"
:icon="type === 'edit' ? 'contact' : 'add2'"
:icon="type === 'edit' ? 'contact' : 'add-square'"
@click="onClick"
>
<template v-if="type === 'add'">{{ addText || $t('addText') }}</template>