Skip to content

Commit 13f3664

Browse files
committed
Fix linting issues
1 parent 3446920 commit 13f3664

File tree

1 file changed

+3
-2
lines changed
  • tests/__tests__/router/programmatic-routing/components

1 file changed

+3
-2
lines changed

tests/__tests__/router/programmatic-routing/components/Home.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<template>
22
<div>
33
<div>You are home</div>
4-
<button data-testid="go-to-about" @click="goToAbout">About</button>
4+
<button
5+
data-testid="go-to-about"
6+
@click="goToAbout">About</button>
57
</div>
68
</template>
79

@@ -14,4 +16,3 @@ export default {
1416
}
1517
}
1618
</script>
17-

0 commit comments

Comments
 (0)