Skip to content

Commit

Permalink
test: add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 24, 2023
1 parent bb55e14 commit e101408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/input/vue-ts.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<h1 >{{ greeting }}</h1>
<h1 >{{ greeting as string }}</h1>
<button @click="incrementCounter">Click me!
</button>
<p>Counter: {{ counter }}</p>
Expand Down

0 comments on commit e101408

Please sign in to comment.