Skip to content

Commit a8cf88b

Browse files
committed
chore: use defineOptions
1 parent 93823a8 commit a8cf88b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: src/client/theme-default/components/VPImage.vue

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ defineProps<{
66
image: DefaultTheme.ThemeableImage
77
alt?: string
88
}>()
9-
</script>
109
11-
<script lang="ts">
12-
export default {
13-
inheritAttrs: false
14-
}
10+
defineOptions({ inheritAttrs: false })
1511
</script>
1612

1713
<template>

0 commit comments

Comments
 (0)