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

View File

@@ -79,7 +79,7 @@
<van-button type="primary" @click="checkAll">
{{ t('checkAll') }}
</van-button>
<van-button type="info" @click="toggleAll">
<van-button type="primary" @click="toggleAll">
{{ t('inverse') }}
</van-button>
</div>