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 269205f commit e1c0a19Copy full SHA for e1c0a19
packages/nuxt/src/runtime/composables.ts
@@ -1,4 +1,4 @@
1
-import { useNuxtApp } from '#imports'
+import { useNuxtApp } from '#app'
2
export * from 'pinia'
3
4
export const usePinia = () => useNuxtApp().$pinia
0 commit comments