mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
update esm import
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script>
|
||||
<script type="module">
|
||||
import { Animation as IonicAnimation } from '../../../../dist/collection/utils/animation/animation.js';
|
||||
import { createGesture } from '../../../../dist/ionic/index-a098653b.js';
|
||||
import { createGesture } from '../../../../dist/esm/index-0303391f.js';
|
||||
|
||||
window.IonicAnimation = IonicAnimation;
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
<script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script>
|
||||
<script type="module">
|
||||
import { Animation as IonicAnimation } from '../../../../dist/collection/utils/animation/animation.js';
|
||||
import { createGesture } from '../../../../dist/ionic/index-a098653b.js';
|
||||
|
||||
window.IonicAnimation = IonicAnimation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user