docs: 修正 Field 文档示例代码格式错误 (#4044)

This commit is contained in:
华晨 2021-02-14 16:31:28 +08:00 committed by GitHub
parent acb8e3506d
commit 6967e202b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,9 +174,9 @@ Page({
border="{{ false }}"
use-button-slot
>
<van-button slot="button" size="small" type="primary"
>发送验证码</van-button
>
<van-button slot="button" size="small" type="primary">
发送验证码
</van-button>
</van-field>
</van-cell-group>
```