mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(Form): fix button type (#8190)
This commit is contained in:
parent
906f01cc8e
commit
da09a6d871
@ -38,7 +38,9 @@ app.use(Form);
|
|||||||
:rules="[{ required: true, message: '请填写密码' }]"
|
:rules="[{ required: true, message: '请填写密码' }]"
|
||||||
/>
|
/>
|
||||||
<div style="margin: 16px;">
|
<div style="margin: 16px;">
|
||||||
<van-button round block type="info" native-type="submit">提交</van-button>
|
<van-button round block type="primary" native-type="submit">
|
||||||
|
提交
|
||||||
|
</van-button>
|
||||||
</div>
|
</div>
|
||||||
</van-form>
|
</van-form>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user