fix(ripple-effect): tapclick is required in ionic

This commit is contained in:
Manu Mtz.-Almeida
2018-03-27 23:45:12 +02:00
parent b70837278d
commit d57122c382
14 changed files with 28 additions and 21 deletions

View File

@ -157,7 +157,7 @@ export class Button {
<span class='button-text'><slot></slot></span>
<slot name='end'></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect/> }
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true}/> }
</TagType>
);
}