feat(Tabs): click-tab event add disabled param (#9042)
This commit is contained in:
@@ -45,6 +45,7 @@ test('should emit click-tab event when tab is clicked', async () => {
|
||||
expect.objectContaining({
|
||||
name: 0,
|
||||
title: 'title1',
|
||||
disabled: false,
|
||||
})
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user