diff --git a/src/tabs/tabs.ts b/src/tabs/tabs.ts index c31ad9c3d..4bf71d365 100644 --- a/src/tabs/tabs.ts +++ b/src/tabs/tabs.ts @@ -168,7 +168,7 @@ export default class Tabs extends SuperComponent { }, async setTrack() { - if (!this.properties.showBottomLine) return; + // if (!this.properties.showBottomLine) return; const { children } = this; if (!children) return; const { currentIndex } = this.data;