feat(Tabs): click-tab event add disabled param (#9042)

This commit is contained in:
neverland
2021-07-16 11:37:36 +08:00
committed by GitHub
parent 88c75970ad
commit 83cf4ebd33
5 changed files with 48 additions and 65 deletions
+1
View File
@@ -45,6 +45,7 @@ test('should emit click-tab event when tab is clicked', async () => {
expect.objectContaining({
name: 0,
title: 'title1',
disabled: false,
})
);
});