Skip to content

Commit 77d616c

Browse files
authored
docs(v5): change CDN links to use core@v5 (#2847)
1 parent 53b01f7 commit 77d616c

File tree

46 files changed

+176
-933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+176
-933
lines changed

static/demos/api/accordion/index.html

Lines changed: 0 additions & 353 deletions
This file was deleted.

static/demos/api/action-sheet/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Action Sheet</title>
7-
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.esm.js"></script>
8-
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.js"></script>
9-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core/css/ionic.bundle.css" />
7+
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@5/dist/ionic/ionic.esm.js"></script>
8+
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core@5/dist/ionic/ionic.js"></script>
9+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@5/css/ionic.bundle.css" />
1010
<style>
1111
:root {
1212
--ion-safe-area-top: 20px;
1313
--ion-safe-area-bottom: 22px;
1414
}
1515
</style>
1616
<script type="module">
17-
import { actionSheetController } from 'https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/index.esm.js';
17+
import { actionSheetController } from 'https://cdn.jsdelivr.net/npm/@ionic/core@5/dist/ionic/index.esm.js';
1818
window.actionSheetController = actionSheetController;
1919
</script>
2020
</head>

0 commit comments

Comments
 (0)