Skip to content

Commit d11d10c

Browse files
committed
Merge branch 'fix/v-for-reactive' of https://github.com/KazariEX/vuejs-language-tools into fix/v-for-reactive
2 parents 6bf8f48 + 3378d1c commit d11d10c

File tree

1 file changed

+1
-1
lines changed
  • test-workspace/tsc/passedFixtures/vue3/#3204

1 file changed

+1
-1
lines changed

test-workspace/tsc/passedFixtures/vue3/#3204/main.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ const props = withDefaults(defineProps<{
1919
<div v-for="item of $props.list">
2020
{{ exactType(item.foo, {} as number) }}
2121
</div>
22-
</templat>
22+
</template>

0 commit comments

Comments
 (0)