chore: use defineOptions

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

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

Loading…
Cancel
Save