@@ -778,7 +778,7 @@ exports[`should render demo and match snapshot 1`] = `
aria-labelledby="van-tabs-1"
style="width: 100px;"
>
-
@@ -871,7 +871,7 @@ exports[`should render demo and match snapshot 1`] = `
aria-labelledby="van-tabs-0"
style="width: 100px;"
>
-
@@ -883,7 +883,7 @@ exports[`should render demo and match snapshot 1`] = `
aria-labelledby="van-tabs-1"
style="width: 100px;"
>
-
@@ -1018,7 +1018,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -1026,7 +1026,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -1034,7 +1034,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -1042,7 +1042,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -1050,7 +1050,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -1058,7 +1058,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -1066,7 +1066,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -1074,7 +1074,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -1143,7 +1143,7 @@ exports[`should render demo and match snapshot 1`] = `
-
@@ -415,7 +415,7 @@ exports[`swipe switch tab after swiping tab content 1`] = `
aria-labelledby="van-tabs-1"
style="width: 100px;"
>
-
@@ -490,7 +490,7 @@ exports[`swipe switch tab after swiping tab content 2`] = `
aria-labelledby="van-tabs-0"
style="width: 100px;"
>
-
@@ -502,7 +502,7 @@ exports[`swipe switch tab after swiping tab content 2`] = `
aria-labelledby="van-tabs-1"
style="width: 100px;"
>
-
@@ -514,7 +514,7 @@ exports[`swipe switch tab after swiping tab content 2`] = `
aria-labelledby="van-tabs-2"
style="width: 100px;"
>
-
@@ -580,7 +580,7 @@ exports[`swipe switch tab after swiping tab content 3`] = `
aria-labelledby="van-tabs-0"
style="width: 100px;"
>
-
@@ -592,7 +592,7 @@ exports[`swipe switch tab after swiping tab content 3`] = `
aria-labelledby="van-tabs-1"
style="width: 100px;"
>
-
@@ -604,7 +604,7 @@ exports[`swipe switch tab after swiping tab content 3`] = `
aria-labelledby="van-tabs-2"
style="width: 100px;"
>
-
diff --git a/packages/vant/src/tab/test/__snapshots__/insert.spec.tsx.snap b/packages/vant/src/tab/test/__snapshots__/insert.spec.tsx.snap
index 4fc9fd9f0..f6deae21c 100644
--- a/packages/vant/src/tab/test/__snapshots__/insert.spec.tsx.snap
+++ b/packages/vant/src/tab/test/__snapshots__/insert.spec.tsx.snap
@@ -49,7 +49,7 @@ exports[`should render Tab inside a component correctly 1`] = `
@@ -143,7 +143,7 @@ exports[`should render correctly after inserting a tab 1`] = `
{
await later();
expect(onRendered).toHaveBeenCalledWith('a', 'title1');
- expect(wrapper.find('.van-tab__pane')).toMatchSnapshot();
+ expect(wrapper.find('.van-tab__panel')).toMatchSnapshot();
const tabs = wrapper.findAll('.van-tab');
await tabs[1].trigger('click');