[Doc] update changelog

This commit is contained in:
陈嘉涵
2018-10-18 18:50:23 +08:00
parent 2228e46733
commit 2e8d7e0b4f
107 changed files with 810 additions and 1212 deletions

View File

@@ -51,7 +51,7 @@ use `loading` property to keep component in loading state
### API
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
|------|------|------|------|
| v-model | on-off state of the switch | `Boolean` | - |
| title | the leftside title | `String` | `''` |
| loading | whether switch is loading | `Boolean` | `false` |
@@ -61,5 +61,5 @@ use `loading` property to keep component in loading state
### Event
| Event | Description | Arguments |
|-----------|-----------|-----------|
|------|------|------|
| change | triggered when the on-off state is changed | checked: switch is on or not |