docs(button): Keep Chinese and English documents consistent (#12708)

Co-authored-by: binbinji <binbinji@binbinjideMacBook-Air.local>
This commit is contained in:
chouchouji 2024-03-19 16:00:30 +08:00 committed by GitHub
parent cc950a4773
commit 29a6db55f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,8 @@ app.use(Button);
<van-button type="primary">主要按钮</van-button>
<van-button type="success">成功按钮</van-button>
<van-button type="default">默认按钮</van-button>
<van-button type="warning">警告按钮</van-button>
<van-button type="danger">危险按钮</van-button>
<van-button type="warning">警告按钮</van-button>
```
### 朴素按钮