From 729e283ab55e27668c0551fb0e329380bcdc64e2 Mon Sep 17 00:00:00 2001 From: Yorksh1re Date: Tue, 26 Jul 2022 10:22:52 +0800 Subject: [PATCH] fix(docs): fix button example type in documentation (#10850) * fix(docs): fix buttons type * Update README.md Co-authored-by: neverland --- packages/vant/src/button/README.md | 12 ++++++------ packages/vant/src/button/README.zh-CN.md | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/vant/src/button/README.md b/packages/vant/src/button/README.md index 9ca21692c..dbfa7aff9 100644 --- a/packages/vant/src/button/README.md +++ b/packages/vant/src/button/README.md @@ -31,22 +31,22 @@ app.use(Button); ### Plain ```html -Primary -Danger +Plain +Plain ``` ### Hairline ```html Hairline -Hairline +Hairline ``` ### Disabled ```html Disabled -Disabled +Disabled ``` ### Loading @@ -54,14 +54,14 @@ app.use(Button); ```html - + ``` ### Shape ```html Square -Round +Round ``` ### Icon diff --git a/packages/vant/src/button/README.zh-CN.md b/packages/vant/src/button/README.zh-CN.md index 8ebc4bf8d..6a77bc8c3 100644 --- a/packages/vant/src/button/README.zh-CN.md +++ b/packages/vant/src/button/README.zh-CN.md @@ -36,7 +36,7 @@ app.use(Button); ```html 朴素按钮 -朴素按钮 +朴素按钮 ``` ### 细边框 @@ -45,7 +45,7 @@ app.use(Button); ```html 细边框按钮 -细边框按钮 +细边框按钮 ``` ### 禁用状态 @@ -54,7 +54,7 @@ app.use(Button); ```html 禁用状态 -禁用状态 +禁用状态 ``` ### 加载状态 @@ -64,7 +64,7 @@ app.use(Button); ```html - + ``` ### 按钮形状 @@ -73,7 +73,7 @@ app.use(Button); ```html 方形按钮 -圆形按钮 +圆形按钮 ``` ### 图标按钮