Skip to content

Commit

Permalink
chore: fixed #3106 test never failed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 3, 2023
1 parent eb3f4ab commit bd19e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-test-workspace/vue-tsc/#3106/main.vue
Expand Up @@ -9,6 +9,6 @@ let Comp: new () => {

<template>
<Comp>
<template v-slot:slot-name></template>
<template v-slot:slotName></template>
</Comp>
</template>

0 comments on commit bd19e80

Please sign in to comment.