Open vishakha99-gif opened 1 week ago
Some code would help
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
@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