Skip to content

Commit

Permalink
test(compile-sfc): add test case logic for for vuejs#4505
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 3, 2021
1 parent 3bf9068 commit 76b6cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compiler-sfc/__tests__/compileScript.spec.ts
Expand Up @@ -799,8 +799,8 @@ const emit = defineEmits(['a', 'b'])
<script setup lang="ts">
const props = withDefaults(defineProps<{
foo?: string
bar?: number
baz: boolean
bar?: number;
baz: boolean;
qux?(): number
}>(), {
foo: 'hi',
Expand Down

0 comments on commit 76b6cff

Please sign in to comment.