breaking change(Button): add success type, remove info type

This commit is contained in:
chenjiahan
2020-08-21 10:09:21 +08:00
parent 82b585fc2b
commit 07d1a2590f
19 changed files with 54 additions and 52 deletions
+1 -1
View File
@@ -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>