From 993a6c72e8c25d8c70ef5ec79e432a1e20c56328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Fri, 27 Mar 2020 11:57:40 +0800 Subject: [PATCH 1/3] docs: add smallsticker --- README.zh-CN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.zh-CN.md b/README.zh-CN.md index bbb94a48..a5de8db3 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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+. From f7a9d211094c11600d812f8bbd1f8b5f32fa66b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Fri, 27 Mar 2020 12:32:30 +0800 Subject: [PATCH 2/3] Update README.zh-CN.md --- README.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index a5de8db3..3df8b8ea 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -223,7 +223,7 @@ Detailed changes for each release are documented in the [release notes](https:// ## 购买贴纸 -你也可以通过 购买[官方授权的贴纸](https://smallsticker.com/product/vue-element-admin) 的方式来支持 vue-element-admin - 每售出一张贴纸,我们将获得 2 元的捐赠。 +你也可以通过 购买[官方授权的贴纸](https://smallsticker.com/product/vue-element-admin) 的方式来支持 vue-element-admin - 每售出一张贴纸,本项目将获得 2 元的捐赠。 ## Browsers support From 6eccffeb2f9037e873591944e119d0246139ffc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Sat, 28 Mar 2020 11:16:41 +0800 Subject: [PATCH 3/3] fix: svg support old broswer (#3085) --- src/components/SvgIcon/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index 9a3318e5..b07ded2a 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -1,7 +1,7 @@