Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Nov 9, 2023
1 parent a1990ad commit 39155f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-workspace/tsc/vue3/v-bind-shorthand/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ const bar = '';
<Comp :foo></Comp>
<!-- @vue-expect-error should typecheck -->
<Comp :bar></Comp>
<Comp :bar="1"></Comp>
</template>

0 comments on commit 39155f1

Please sign in to comment.