From 0f309e604c28bd9ec47ede726dc83e6294933055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B2=BE=E6=AD=A6=E9=99=88=E7=9C=9F?= <546369005@qq.com> Date: Tue, 11 Aug 2020 11:35:31 +0800 Subject: [PATCH 01/11] =?UTF-8?q?docs:=20button=20=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/zh-CN/button.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/zh-CN/button.md b/src/docs/zh-CN/button.md index 59a1c57..68d0c38 100644 --- a/src/docs/zh-CN/button.md +++ b/src/docs/zh-CN/button.md @@ -14,7 +14,7 @@ Info Error disabled - + +``` From 35c5bebf5ce90bb0a9ebcccb529fcad36e9f1771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B2=BE=E6=AD=A6=E9=99=88=E7=9C=9F?= <546369005@qq.com> Date: Tue, 11 Aug 2020 11:47:54 +0800 Subject: [PATCH 05/11] =?UTF-8?q?docs:=20=E5=8E=BB=E6=8E=89less=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/zh-CN/button.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/docs/zh-CN/button.md b/src/docs/zh-CN/button.md index 14d591f..f8f483e 100644 --- a/src/docs/zh-CN/button.md +++ b/src/docs/zh-CN/button.md @@ -255,15 +255,3 @@ | append | 设置 `append` 属性后,则在当前(相对)路径前添加基路径。例如,我们从 `/a` 导航到一个相对路径 b,如果没有配置 append,则路径为 /b,如果配了,则为 /a/b | Boolean | — | false | | replace | 设置 `replace` 属性的话,当点击时,会调用 `router.replace()` 而不是 `router.push()`,于是导航后不会留下 history 记录。 | Boolean | — | false | - From 917ec8468a8a58dc02759015bdd7ac82110c8624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B2=BE=E6=AD=A6=E9=99=88=E7=9C=9F?= <546369005@qq.com> Date: Tue, 11 Aug 2020 11:48:15 +0800 Subject: [PATCH 06/11] =?UTF-8?q?docs:=20=E5=8E=BB=E6=8E=89less=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 9ea3acea20f029654acfa3085bccf895afc5608e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B2=BE=E6=AD=A6=E9=99=88=E7=9C=9F?= <546369005@qq.com> Date: Tue, 11 Aug 2020 11:49:03 +0800 Subject: [PATCH 07/11] docs: remove less style --- src/docs/en-US/button.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/docs/en-US/button.md b/src/docs/en-US/button.md index 6390673..5f212d2 100644 --- a/src/docs/en-US/button.md +++ b/src/docs/en-US/button.md @@ -254,17 +254,4 @@ Button can be set in defferent size,`small`、`normal`、`large`。 | exact-active-class | Configure the class that should be activated when the link is exactly matched. Note The default values can also be configured globally through the routing constructor option Linkexactactiveclass. | String | — | router-link-exact-active | | append | When the `append` property is set, the base path is added before the current (relative) path. For example, we navigate from `/a` to a relative path b, if no append is configured, the path is `/b`, and if it is `/a/b` | Boolean | — | false | | replace | Setting the `replace` property, when clicked, will call `router.replace()` instead of `router.push()`, so the navigation will not leave the history record. | Boolean | — | false | -``` less - -``` + From ead44edc1957a4ec9e62122c1bd6081f79b1920e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B2=BE=E6=AD=A6=E9=99=88=E7=9C=9F?= <546369005@qq.com> Date: Wed, 12 Aug 2020 01:15:39 +0800 Subject: [PATCH 08/11] =?UTF-8?q?docs:=20=E5=BE=AA=E7=8E=AF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0key=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/zh-CN/load-more.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/zh-CN/load-more.md b/src/docs/zh-CN/load-more.md index 592b2cb..3b36beb 100644 --- a/src/docs/zh-CN/load-more.md +++ b/src/docs/zh-CN/load-more.md @@ -22,10 +22,10 @@ From 1157daa00f4e8ce3ae753c1e8ce37a3f89d04f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B2=BE=E6=AD=A6=E9=99=88=E7=9C=9F?= <546369005@qq.com> Date: Wed, 12 Aug 2020 01:17:07 +0800 Subject: [PATCH 09/11] =?UTF-8?q?docs:=20=E5=BE=AA=E7=8E=AF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0key=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/en-US/load-more.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/en-US/load-more.md b/src/docs/en-US/load-more.md index 7030b49..d12a03b 100644 --- a/src/docs/en-US/load-more.md +++ b/src/docs/en-US/load-more.md @@ -22,10 +22,10 @@ Hold the drop-down to refresh, or scroll to the bottom to load data. From e7ca09776e6e2dfd27ac5f6e459b33e23be65e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B2=BE=E6=AD=A6=E9=99=88=E7=9C=9F?= <546369005@qq.com> Date: Wed, 12 Aug 2020 01:36:52 +0800 Subject: [PATCH 10/11] =?UTF-8?q?docs:=20key=20=E6=8A=A5=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/zh-CN/load-more.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/zh-CN/load-more.md b/src/docs/zh-CN/load-more.md index 3b36beb..eddf21c 100644 --- a/src/docs/zh-CN/load-more.md +++ b/src/docs/zh-CN/load-more.md @@ -22,7 +22,7 @@