chore: use defineOptions

pull/2744/head
Divyansh Singh 1 year ago
parent 93823a8566
commit a8cf88b54a

@ -6,12 +6,8 @@ defineProps<{
image: DefaultTheme.ThemeableImage
alt?: string
}>()
</script>
<script lang="ts">
export default {
inheritAttrs: false
}
defineOptions({ inheritAttrs: false })
</script>
<template>

Loading…
Cancel
Save