mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
refactor(all): additional tslint rules
This commit is contained in:
@ -94,14 +94,15 @@ export class FabButton {
|
||||
<TagType
|
||||
class="fab-button-native"
|
||||
disabled={this.disabled}
|
||||
href={this.href}>
|
||||
href={this.href}
|
||||
>
|
||||
<span class="fab-button-close-icon">
|
||||
<ion-icon name="close" lazy={false}></ion-icon>
|
||||
</span>
|
||||
<span class="fab-button-inner">
|
||||
<slot></slot>
|
||||
</span>
|
||||
{ this.mode === 'md' && <ion-ripple-effect /> }
|
||||
{this.mode === 'md' && <ion-ripple-effect />}
|
||||
</TagType>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user