Skip to content

Commit

Permalink
Update main.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Nov 29, 2023
1 parent f84f364 commit f171f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-workspace/tsc/vue3/#3755/main.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts"></script>

<script lang="ts">
export default ({ foo: 123 });
export default { foo: 123 };
console.log(321);
</script>

0 comments on commit f171f1e

Please sign in to comment.