Mick Lawitzke
Mick Lawitzke
I added one comment to the PR, hope its okay if I dont open a new issue as it should be a quick fix :)
Does it actually matter for the end result if the tag is self closing or not?
I didnt try it out but I guess this is related to npm... What I do wonder tho is if vue-image-zoomer works with [@nuxt/image](https://image.nuxt.com/)
Still the same issue unfortunately, is this project still maintained? Workaround: ```ts animDone(event: AnimationEvent) { if (event.toState === 'void') { console.log('Animation Ended', event); } } ```
I didnt know it exists :)
Anyway this does not work with tailwind. Because i need to add classes to the body element and not styles.
@Flowko may you reopen?
I think just `` should not be part of ``? Instead the user would be required to add Body as well as Html. This would be a breaking change. Like...
There is an example here, v1: https://github.com/unjs/h3/blob/v1/examples/cors.ts For v2: https://github.com/unjs/h3/blob/main/examples/cors.ts Hope it helps! What I dont fully understand is what you mean by Nuxt project. Because if you have a...
There is already an integration: https://scripts.nuxt.com/scripts/analytics/plausible-analytics You can even send event goals with it. With this integration I dont see the need of this module anymore, or am I overseeing...