Skip to content

Commit c741854

Browse files
committed
fix(nuxt): use #app imports
1 parent 397a8de commit c741854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/nuxt/src/runtime/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { usePendingPromises, VueFire, useSSRInitialState } from 'vuefire'
22
import { initializeApp } from 'firebase/app'
3-
import { defineNuxtPlugin, useAppConfig } from '#imports'
3+
import { defineNuxtPlugin, useAppConfig } from '#app'
44
import { connectFirestoreEmulator, getFirestore } from 'firebase/firestore'
55
import { connectDatabaseEmulator, getDatabase } from 'firebase/database'
66

0 commit comments

Comments
 (0)