mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
chore(): update dependencies
This commit is contained in:
@ -82,12 +82,12 @@ export class TabButton {
|
||||
return [
|
||||
<a
|
||||
href={href}
|
||||
class='tab-cover'
|
||||
class="tab-cover"
|
||||
onKeyUp={this.onKeyUp.bind(this)}
|
||||
onBlur={this.onBlur.bind(this)}>
|
||||
{ tab.icon && <ion-icon class='tab-button-icon' name={tab.icon}></ion-icon> }
|
||||
{ tab.label && <span class='tab-button-text'>{tab.label}</span> }
|
||||
{ tab.badge && <ion-badge class='tab-badge' color={tab.badgeStyle}>{tab.badge}</ion-badge> }
|
||||
{ tab.icon && <ion-icon class="tab-button-icon" name={tab.icon}></ion-icon> }
|
||||
{ tab.label && <span class="tab-button-text">{tab.label}</span> }
|
||||
{ tab.badge && <ion-badge class="tab-badge" color={tab.badgeStyle}>{tab.badge}</ion-badge> }
|
||||
{ this.mode === 'md' && <ion-ripple-effect tapClick={true}/> }
|
||||
</a>
|
||||
];
|
||||
|
Reference in New Issue
Block a user