Skip to content

Commit

Permalink
chore: fix type compile error on test component
Browse files Browse the repository at this point in the history
  • Loading branch information
freakzlike committed May 16, 2022
1 parent 962e607 commit 8d08676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/Issue1476.vue
Expand Up @@ -14,7 +14,7 @@
</div>
</template>

<script>
<script lang="ts">
export default {
props: {
availableFields: { type: Array, required: true }
Expand Down

0 comments on commit 8d08676

Please sign in to comment.