mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
breaking change(Button): add success type, remove info type
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user