Skip to content

Commit

Permalink
Update playground/basic/components/content/ProseCode.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jul 24, 2023
1 parent a536c58 commit e0ff29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/basic/components/content/ProseCode.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
const props = defineProps<{
defineProps<{
code: string,
language?: string,
filename?: string,
Expand Down

0 comments on commit e0ff29c

Please sign in to comment.