breaking change(Button): add success type, remove info type
This commit is contained in:
@@ -168,7 +168,7 @@ export default {
|
||||
</van-checkbox-group>
|
||||
|
||||
<van-button type="primary" @click="checkAll">全选</van-button>
|
||||
<van-button type="info" @click="toggleAll">反选</van-button>
|
||||
<van-button type="primary" @click="toggleAll">反选</van-button>
|
||||
```
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user