Skip to content

Commit

Permalink
Merge pull request #3 from PanJiaChen/master
Browse files Browse the repository at this point in the history
merge update
  • Loading branch information
LimTerran authored Apr 2, 2020
2 parents 87cbcc2 + 6eccffe commit 5510842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ Detailed changes for each release are documented in the [release notes](https://

[Buy me a coffee](https://www.buymeacoffee.com/Pan)

## 购买贴纸

你也可以通过 购买[官方授权的贴纸](https://smallsticker.com/product/vue-element-admin) 的方式来支持 vue-element-admin - 每售出一张贴纸,本项目将获得 2 元的捐赠。

## Browsers support

Modern browsers and Internet Explorer 10+.
Expand Down
2 changes: 1 addition & 1 deletion src/components/SvgIcon/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div v-if="isExternal" :style="styleExternalIcon" class="svg-external-icon svg-icon" v-on="$listeners" />
<svg v-else :class="svgClass" aria-hidden="true" v-on="$listeners">
<use :href="iconName" />
<use :xlink:href="iconName" />
</svg>
</template>

Expand Down

0 comments on commit 5510842

Please sign in to comment.