Skip to content

Commit a6569c1

Browse files
committed
docs(tabs-items): fix animated description
1 parent 40341fc commit a6569c1

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

packages/varlet-ui/src/tabs-items/docs/en-US.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
### Props
44

5-
| Prop | Description | Type | Default |
6-
|------------------|------------------------------------------------------|--------------------|---------|
7-
| `v-model:active` | The identity of the active tab | _string \| number_ | `-` |
8-
| `can-swipe` | Whether to allow swipe switch | _boolean_ | `true` |
9-
| `animated` | Whether to allow switch the animation of tag content | _boolean_ | `true` |
10-
| `loop` | Whether to allow cycle switching | _boolean_ | `false` |
5+
| Prop | Description | Type | Default |
6+
|------------------|-----------------------------------------------|--------------------|---------|
7+
| `v-model:active` | The identity of the active tab | _string \| number_ | `-` |
8+
| `can-swipe` | Whether to allow swipe switch | _boolean_ | `true` |
9+
| `animated` | Whether to enable content switching animation | _boolean_ | `true` |
10+
| `loop` | Whether to allow cycle switching | _boolean_ | `false` |
1111

1212
### Slots
1313

packages/varlet-ui/src/tabs-items/docs/zh-CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
### 属性
44

5-
| 参数 | 说明 | 类型 | 默认值 |
6-
|------------------|------------------------|--------------------|---------|
7-
| `v-model:active` | 激活的选项卡的名字 | _string \| number_ | `-` |
8-
| `can-swipe` | 是否允许滑动切换 | _boolean_ | `true` |
9-
| `animated` | 是否允许标签内容切换动画 | _boolean_ | `true` |
10-
| `loop` | 是否允许循环切换 | _boolean_ | `false` |
5+
| 参数 | 说明 | 类型 | 默认值 |
6+
|------------------|--------------------|--------------------|---------|
7+
| `v-model:active` | 激活的选项卡的名字 | _string \| number_ | `-` |
8+
| `can-swipe` | 是否允许滑动切换 | _boolean_ | `true` |
9+
| `animated` | 是否启用内容切换动画 | _boolean_ | `true` |
10+
| `loop` | 是否允许循环切换 | _boolean_ | `false` |
1111

1212
### 插槽
1313

packages/varlet-ui/src/tabs/docs/en-US.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,12 @@ const active = ref(0)
351351

352352
#### TabsItems Props
353353

354-
| Prop | Description | Type | Default |
355-
|------------------|------------------------------------------------------|--------------------|---------|
356-
| `v-model:active` | The identity of the active tab | _string \| number_ | `-` |
357-
| `can-swipe` | Whether to allow swipe switch | _boolean_ | `true` |
358-
| `animated` | Whether to allow switch the animation of tag content | _boolean_ | `true` |
359-
| `loop` | Whether to allow cycle switching | _boolean_ | `false` |
354+
| Prop | Description | Type | Default |
355+
|------------------|-----------------------------------------------|--------------------|---------|
356+
| `v-model:active` | The identity of the active tab | _string \| number_ | `-` |
357+
| `can-swipe` | Whether to allow swipe switch | _boolean_ | `true` |
358+
| `animated` | Whether to enable content switching animation | _boolean_ | `true` |
359+
| `loop` | Whether to allow cycle switching | _boolean_ | `false` |
360360

361361
#### TabItem Props
362362

packages/varlet-ui/src/tabs/docs/zh-CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,12 @@ const active = ref(0)
351351

352352
#### TabsItems Props
353353

354-
| 参数 | 说明 | 类型 | 默认值 |
355-
|------------------|------------------------|--------------------|---------|
356-
| `v-model:active` | 激活的选项卡的标识 | _string \| number_ | `-` |
357-
| `can-swipe` | 是否允许滑动切换 | _boolean_ | `true` |
358-
| `animated` | 是否允许标签内容切换动画 | _boolean_ | `true` |
359-
| `loop` | 是否允许循环切换 | _boolean_ | `false` |
354+
| 参数 | 说明 | 类型 | 默认值 |
355+
|------------------|--------------------|--------------------|---------|
356+
| `v-model:active` | 激活的选项卡的标识 | _string \| number_ | `-` |
357+
| `can-swipe` | 是否允许滑动切换 | _boolean_ | `true` |
358+
| `animated` | 是否启用内容切换动画 | _boolean_ | `true` |
359+
| `loop` | 是否允许循环切换 | _boolean_ | `false` |
360360

361361
#### TabItem Props
362362

0 commit comments

Comments
 (0)