From 83fc8673a82efc9995f1469ad9147c02cedbc45e Mon Sep 17 00:00:00 2001 From: Callum Date: Mon, 19 Oct 2020 11:07:21 +0200 Subject: [PATCH] docs(Button): Fixed grammar in button readme. (#7359) --- src/button/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/button/README.md b/src/button/README.md index e573a878d..7caef15b0 100644 --- a/src/button/README.md +++ b/src/button/README.md @@ -124,7 +124,7 @@ Vue.use(Button); | loading-type | Loading type, can be set to `spinner` | _string_ | `circular` | | loading-size | Loading icon size | _string_ | `20px` | | url | Link URL | _string_ | - | -| to | Target route of the link, same as to of vue-router | _string \| object_ | - | +| to | Target route of the link, same as using vue-router | _string \| object_ | - | | replace | If true, the navigation will not leave a history record | _boolean_ | `false` | ### Events