Skip to content

Commit e39a043

Browse files
fix(nuxt): cleanup typings
1 parent d9dacfc commit e39a043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/runtime/components/UnLazyImage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const pngPlaceholder = (process.server && (props.ssr ?? unlazy.ssr) && hash.valu
7171
: undefined
7272
7373
const target = ref<HTMLImageElement | undefined>()
74-
let cleanup: () => void | undefined
74+
let cleanup: (() => void) | undefined
7575
let lastHash: string | undefined
7676
7777
watchEffect(() => {

0 commit comments

Comments
 (0)