Skip to content

Commit 85e39d5

Browse files
committed
fix(checkbox): clean up demo
1 parent 5af3157 commit 85e39d5

File tree

1 file changed

+2
-8
lines changed
  • static/usage/v8/checkbox/helper-error

1 file changed

+2
-8
lines changed

static/usage/v8/checkbox/helper-error/demo.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@
66
<title>Input</title>
77
<link rel="stylesheet" href="../../common.css" />
88
<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-
/>
9+
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@8/dist/ionic/ionic.esm.js"></script>
10+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@8/css/ionic.bundle.css" />
1711
</head>
1812

1913
<body>

0 commit comments

Comments
 (0)