From 50f7889935cd82733eb98748de7f4de73449b861 Mon Sep 17 00:00:00 2001
From: namefhf <2797822107@qq.com>
Date: Sun, 23 Jun 2024 17:31:05 +0800
Subject: [PATCH] docs: fix missing `plain` prop #12962 (#12963)
---
packages/vant/src/button/README.md | 1 +
packages/vant/src/button/README.zh-CN.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/packages/vant/src/button/README.md b/packages/vant/src/button/README.md
index 20a4f234c..02f567f35 100644
--- a/packages/vant/src/button/README.md
+++ b/packages/vant/src/button/README.md
@@ -84,6 +84,7 @@ Use the `icon` prop to set the button icon. It supports all icons from the Icon
Button
diff --git a/packages/vant/src/button/README.zh-CN.md b/packages/vant/src/button/README.zh-CN.md
index 6cbde26b0..ed400b32d 100644
--- a/packages/vant/src/button/README.zh-CN.md
+++ b/packages/vant/src/button/README.zh-CN.md
@@ -84,6 +84,7 @@ app.use(Button);
按钮