Skip to content

Commit 74feb87

Browse files
committed
chore(toggle): run lint
1 parent def00f6 commit 74feb87

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,14 @@
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/core@8/dist/ionic/ionic.esm.js"
12-
></script>
13-
<link
14-
rel="stylesheet"
15-
href="https://cdn.jsdelivr.net/npm/@ionic/core@8/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>
2014
<div class="container">
2115
<form id="my-form">
22-
<ion-toggle helper-text="This needs to be enabled" error-text="This field is required">
23-
Wi-Fi
24-
</ion-toggle>
16+
<ion-toggle helper-text="This needs to be enabled" error-text="This field is required"> Wi-Fi </ion-toggle>
2517

2618
<br />
2719

static/usage/v8/toggle/helper-error/javascript.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
```html
22
<form id="my-form">
3-
<ion-toggle helper-text="This needs to be enabled" error-text="This field is required">
4-
Wi-Fi
5-
</ion-toggle>
3+
<ion-toggle helper-text="This needs to be enabled" error-text="This field is required"> Wi-Fi </ion-toggle>
64

75
<br />
86

0 commit comments

Comments
 (0)