We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af3157 commit 85e39d5Copy full SHA for 85e39d5
static/usage/v8/checkbox/helper-error/demo.html
@@ -6,14 +6,8 @@
6
<title>Input</title>
7
<link rel="stylesheet" href="../../common.css" />
8
<script src="../../common.js"></script>
9
- <script
10
- type="module"
11
- src="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/dist/ionic/ionic.esm.js"
12
- ></script>
13
- <link
14
- rel="stylesheet"
15
- href="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/css/ionic.bundle.css"
16
- />
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@8/dist/ionic/ionic.esm.js"></script>
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@8/css/ionic.bundle.css" />
17
</head>
18
19
<body>
0 commit comments