vue-confetti-explosion
vue-confetti-explosion copied to clipboard
An explosion of confetti as a Vue 3 component.
This PR allows to avoid CSS class name collisions
This package is awesome! Very easy to get it up and running and works great with Vue3 + Nuxt3. thank you!
Using the basic setup: ```html import ConfettiExplosion from "vue-confetti-explosion"; ``` I get the following usage error on template: (it was working fine until today) > Type '{}' is not assignable...
Weirdly I get the error - Cannot read properties of undefined (reading 'isVisible') when I try to use the component. my code is as follows ``` ``` Might also be...