Skip to content

Commit

Permalink
chore: use defineOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 6, 2023
1 parent 93823a8 commit a8cf88b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/client/theme-default/components/VPImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ defineProps<{
image: DefaultTheme.ThemeableImage
alt?: string
}>()
</script>
<script lang="ts">
export default {
inheritAttrs: false
}
defineOptions({ inheritAttrs: false })
</script>

<template>
Expand Down

0 comments on commit a8cf88b

Please sign in to comment.