Skip to content

Commit 1691d65

Browse files
committed
fix: test
1 parent 6baac79 commit 1691d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/0/src/components/Tabs/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ describe('tabs', () => {
557557
}, () => [
558558
h(Tabs.Tab as any, { value: 'tab-1' }, {
559559
default: (props: any) => {
560-
tabId = props.id
560+
tabId = props.attrs.id
561561
return h('button', 'Tab 1')
562562
},
563563
}),

0 commit comments

Comments
 (0)