We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d187d3 commit 543ae2fCopy full SHA for 543ae2f
src/components/containers/tab-item/index.ts
@@ -8,7 +8,7 @@ import { _TabItemBase } from './_base';
8
})
9
export class TabItem extends _TabItemBase {
10
11
- dataTab: string
+ dataTab: string = ''
12
13
css: string = "ui tab segment"
14
src/components/containers/tab/index.ts
@@ -19,9 +19,9 @@ export class Tab extends _TabBase implements ITab {
19
return $(this.$el).find('.item').tab('change tab', path);
20
}
21
22
- activeTab
+ activeTab = undefined
23
24
- css: string
+ css: string = ''
25
26
items: any[] = []
27
0 commit comments