We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb0bcb commit 6a7f898Copy full SHA for 6a7f898
src/runtime/plugins/particle-loader.client.ts
@@ -1,6 +1,6 @@
1
import {defineNuxtPlugin, useRuntimeConfig} from '#app'
2
import { loadParticles } from '../lib/loaders'
3
-import { tsParticles} from 'tsparticles-engine'
+import { tsParticles } from '@tsparticles/engine'
4
5
export default defineNuxtPlugin(async (nuxtApp) => {
6
if(import.meta.server) { return }
0 commit comments