breaking change(Button): add success type, remove info type
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
:placeholder="t('password')"
|
||||
/>
|
||||
<div style="margin: 16px 16px 0;">
|
||||
<van-button round block type="info" native-type="submit">
|
||||
<van-button round block type="primary" native-type="submit">
|
||||
{{ t('submit') }}
|
||||
</van-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user