Skip to content

Commit 8d08676

Browse files
committed
chore: fix type compile error on test component
1 parent 962e607 commit 8d08676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/Issue1476.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</div>
1515
</template>
1616

17-
<script>
17+
<script lang="ts">
1818
export default {
1919
props: {
2020
availableFields: { type: Array, required: true }

0 commit comments

Comments
 (0)