mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(prerender): local references to window/document
This commit is contained in:
@ -15,7 +15,7 @@ export class HideWhen implements DisplayWhen {
|
||||
|
||||
@Element() element: HTMLElement;
|
||||
@Prop({ context: 'config' }) config: Config;
|
||||
@Prop({ context: 'window'}) win: Window;
|
||||
@Prop({ context: 'window' }) win: Window;
|
||||
|
||||
@Prop() orientation: string;
|
||||
@Prop() mediaQuery: string;
|
||||
|
Reference in New Issue
Block a user