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