Skip to content

Commit

Permalink
test: format
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Oct 11, 2024
1 parent ad8aa35 commit 6e77a7f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/vue/__tests__/e2e/vModel.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ test('checkbox click with v-model', async () => {
const { createApp } = (window as any).Vue
createApp({
template: `
<label>
<input
id="first"
type="checkbox"
v-model="first"/>
First
</label>
<br>
<label>
<input
id="second"
type="checkbox"
v-model="second"
@click="secondClick"/>
Second
</label>
<label>
<input
id="first"
type="checkbox"
v-model="first"/>
First
</label>
<br>
<label>
<input
id="second"
type="checkbox"
v-model="second"
@click="secondClick"/>
Second
</label>
`,
data() {
return {
Expand Down

0 comments on commit 6e77a7f

Please sign in to comment.