mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(ripple-effect): tapclick is required in ionic
This commit is contained in:
@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user