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 397a8de commit c741854Copy full SHA for c741854
packages/nuxt/src/runtime/plugin.ts
@@ -1,6 +1,6 @@
1
import { usePendingPromises, VueFire, useSSRInitialState } from 'vuefire'
2
import { initializeApp } from 'firebase/app'
3
-import { defineNuxtPlugin, useAppConfig } from '#imports'
+import { defineNuxtPlugin, useAppConfig } from '#app'
4
import { connectFirestoreEmulator, getFirestore } from 'firebase/firestore'
5
import { connectDatabaseEmulator, getDatabase } from 'firebase/database'
6
0 commit comments