Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Apr 7, 2024
1 parent e2025b4 commit 7e160b1
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions test-workspace/tsc/vue3/directiveComments/main.vue
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
<template>
<div>
<!-- @vue-ignore -->
<div :foo="foo">
<!-- @vue-ignore -->
<div :foo="foo">
<!-- @vue-expect-error -->
{{ foo }}
</div>
<!-- @vue-expect-error -->
<div :foo="foo">
<!-- @vue-expect-error -->
{{ foo }}
</div>
<!-- @vue-skip -->
<div :foo="foo">
{{ foo }}
</div>

<!-- @vue-ignore -->
{{ foo }}
</div>
<!-- @vue-expect-error -->
<div :foo="foo">
<!-- @vue-expect-error -->
{{ foo }}
</div>
<!-- @vue-skip -->
<div :foo="foo">
<!-- @vue-skip -->
{{ foo }}
</div>

<!-- @vue-ignore -->
{{ foo }}
<!-- @vue-expect-error -->
{{ foo }}
<!-- @vue-skip -->
{{ foo }}
</div>
</template>

</template>

0 comments on commit 7e160b1

Please sign in to comment.