Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error event don't work if create custom component wrap with nuxt-img #895

Closed
Quineone opened this issue Jun 26, 2023 · 1 comment
Closed

Comments

@Quineone
Copy link

Quineone commented Jun 26, 2023

  • work
<NuxtImg @error="handleError" />
  • don't work
// BaseImage.vue
<template>
  <NuxtImg @error="handleError" />
</template>
  • don't work
// BaseImage.vue
<template>
  <NuxtImg v-bind="$attrs" />
</template>

<BaseImage @error="handleError" />

load event still work

@Baroshem
Copy link
Collaborator

Closing as this is an aold issue with no traffic.

@Baroshem Baroshem closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants