File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments