fix(ripple-effect): standalone mode

This commit is contained in:
Manu Mtz.-Almeida
2018-02-09 23:47:46 +01:00
parent 6bd51f100f
commit 7d277e2357
8 changed files with 27 additions and 23 deletions

View File

@ -67,7 +67,7 @@ export class ChipButton {
<span class='chip-button-inner'>
<slot></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true} /> }
{ this.mode === 'md' && <ion-ripple-effect/> }
</TagType>
);
}