Skip to content

Commit

Permalink
Link: fix link icon style class (ElemeFE#15752)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored and lzq4047 committed May 22, 2020
1 parent 4b7c0b2 commit 24d9a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/link/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@click="handleClick"
>

<el-icon :class="icon" v-if="icon"></el-icon>
<i :class="icon" v-if="icon"></i>

<span v-if="$slots.default" class="el-link--inner">
<slot></slot>
Expand Down

0 comments on commit 24d9a48

Please sign in to comment.