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
@@ -24,7 +24,7 @@ app.use(Sticky);
```html
<van-sticky :offset-top="50">
<van-button type="info">Offset Top</van-button>
<van-button type="primary">Offset Top</van-button>
</van-sticky>
```