Skip to content

Commit 7fdc42f

Browse files
authored
fix(tabs): 示例文档文案错误 (#3741)
1 parent 08b93fc commit 7fdc42f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tabs/_example-composition/drag-sort.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const panelData = ref([
4444
{
4545
value: 'third',
4646
label: '可拖拽的选项卡3',
47-
content: '选项卡2内容',
47+
content: '选项卡3内容',
4848
},
4949
]);
5050

src/tabs/_example/drag-sort.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
{
4444
value: 'third',
4545
label: '可拖拽的选项卡3',
46-
content: '选项卡2内容',
46+
content: '选项卡3内容',
4747
},
4848
],
4949
};

0 commit comments

Comments
 (0)