Skip to content

Commit efecca7

Browse files
committed
typo
1 parent af73d30 commit efecca7

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

test-workspace/tsc/#4699/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script setup lang="ts">
55
defineProps<{

test-workspace/tsc/#4699/main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script setup lang="ts">
55
import HelloWorld from './HelloWorld.vue'

test-workspace/tsc/fallthroughAttributes/basic.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script setup lang="ts">
55
import child from './child.vue';

test-workspace/tsc/fallthroughAttributes/child.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script setup lang="ts">
55
defineEmits<{

test-workspace/tsc/fallthroughAttributes/define-options-inherit-attrs-false.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script setup lang="ts">
55
import child from './child.vue';

test-workspace/tsc/fallthroughAttributes/inherit-attrs-false-v-bind.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script>
55
import { defineComponent } from 'vue';

test-workspace/tsc/fallthroughAttributes/inherit-attrs-false.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script>
55
import { defineComponent } from 'vue';

test-workspace/tsc/fallthroughAttributes/main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script setup lang="ts">
55
import { exactType } from '../shared';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"include": ["**/*"]
3+
"include": ["**/*"],
44
}

test-workspace/tsc/fallthroughAttributes_duplicateNameEvent/basic.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- @fallthroughAttributes true -->
2-
<!-- @strictTemplate true -->
2+
<!-- @strictTemplates true -->
33

44
<script setup lang="ts">
55
import child from './child.vue';

0 commit comments

Comments
 (0)