mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
update to use host
This commit is contained in:
@ -42,8 +42,8 @@ export class ActionMenu extends Overlay {
|
||||
static get config() {
|
||||
return {
|
||||
selector: 'ion-action-menu',
|
||||
hostProperties: {
|
||||
'zIndex': 'style.z-index'
|
||||
host: {
|
||||
'[style.z-index]': 'zIndex'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user