Skip to content

Commit

Permalink
fix(vue): cleanup typings
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 19, 2023
1 parent e39a043 commit 8a3f448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/UnLazyImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const props = defineProps<{
}>()
const target = ref<HTMLImageElement | undefined>()
let cleanup: () => void | undefined
let cleanup: (() => void) | undefined
watchEffect(() => {
cleanup?.()
Expand Down

0 comments on commit 8a3f448

Please sign in to comment.