mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(animation): init Ionic.Animation from window
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Ionic } from '@stencil/core';
|
||||
const Ionic = (window as any).Ionic;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Ionic } from '@stencil/core';
|
||||
const Ionic = (window as any).Ionic;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user