mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
refactor(all): additional tslint rules
This commit is contained in:
@ -58,11 +58,12 @@ export class ChipButton {
|
||||
type="button"
|
||||
class="chip-button-native"
|
||||
disabled={this.disabled}
|
||||
href={this.href}>
|
||||
<span class="chip-button-inner">
|
||||
<slot></slot>
|
||||
</span>
|
||||
{ this.mode === 'md' && <ion-ripple-effect /> }
|
||||
href={this.href}
|
||||
>
|
||||
<span class="chip-button-inner">
|
||||
<slot></slot>
|
||||
</span>
|
||||
{this.mode === 'md' && <ion-ripple-effect />}
|
||||
</TagType>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user