tsparticles / vue3

Vue.js tsParticles official component
MIT License
118 stars 7 forks source link

Typo in demo (README.md) #64

Closed kniazevgeny closed 7 months ago

kniazevgeny commented 7 months ago

Please replace :particlesLoaded="particlesLoaded" by @particlesLoaded="particlesLoaded". The file /src/components/vue-particles.vue contains

const emit = defineEmits<{
    (e: "particlesLoaded", container?: Container): void;
}>();

So that's definetly an emit. Otherwise it just doesn't print anything

matteobruni commented 7 months ago

Thanks, can you submit a PR for that?