mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
@ -38,10 +38,9 @@ export class MenuButton implements ComponentInterface {
|
||||
|
||||
hostData() {
|
||||
return {
|
||||
'ion-activatable': true,
|
||||
class: {
|
||||
// ion-buttons target .button
|
||||
'button': true
|
||||
'button': true, // ion-buttons target .button
|
||||
'ion-activatable': true,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user