mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(item-option): enable ripple-effect
This commit is contained in:
@ -51,9 +51,10 @@ export class ItemOption {
|
||||
|
||||
hostData() {
|
||||
return {
|
||||
'ion-activatable': true,
|
||||
class: {
|
||||
...createColorClasses(this.color),
|
||||
'item-option-expandable': this.expandable
|
||||
'item-option-expandable': this.expandable,
|
||||
}
|
||||
};
|
||||
}
|
||||
@ -77,6 +78,7 @@ export class ItemOption {
|
||||
<slot name="bottom" />
|
||||
<slot name="end"></slot>
|
||||
</span>
|
||||
{this.mode === 'md' && <ion-ripple-effect />}
|
||||
</TagType>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user