Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-08-15 07:01:52 +08:00
26 changed files with 203 additions and 144 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ export default {
| color | Tab color | _string_ | `#ee0a24` |
| background | Background color | _string_ | `white` |
| duration | Toggle tab's animation time | _number \| string_ | `0.3` | - |
| line-width | Width of tab line | _number \| string_ | Width of active tab |
| line-width | Width of tab line | _number \| string_ | `40px` |
| line-height | Height of tab line | _number \| string_ | `3px` |
| animated | Whether to change tabs with animation | _boolean_ | `false` |
| border | Whether to show border when `type="line"` | _boolean_ | `false` |