tsparticles / vue3

Vue.js tsParticles official component
MIT License
125 stars 8 forks source link

tsparticles_vue3 / init error #78

Open vishakha99-gif opened 1 week ago

vishakha99-gif commented 1 week ago

@tsparticles_vue3.js?v=0378f201:4997 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'init')

I'm getting this error while using this plugin

matteobruni commented 1 week ago

Some code would help

vishakha99-gif commented 1 week ago

Some code would help

plugins/Partical.ts import Particles from "@tsparticles/vue3";

export default defineNuxtPlugin((nuxtApp) => { // Doing something with nuxtApp nuxtApp.vueApp.use(Particles); }); Mycomponent.vue

matteobruni commented 1 week ago

https://github.com/tsparticles/vue3/blob/main/apps/nuxt3/plugins/vue3-particles.client.ts

https://github.com/tsparticles/vue3/blob/main/apps/nuxt3/app.vue

This is the full Nuxt3 Sample: https://github.com/tsparticles/vue3/tree/main/apps/nuxt3