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 e1c0a19 commit 6cf7e48Copy full SHA for 6cf7e48
packages/nuxt/src/runtime/plugin.vue3.ts
@@ -1,5 +1,5 @@
1
import { createPinia, setActivePinia } from 'pinia'
2
-import { defineNuxtPlugin } from '#imports'
+import { defineNuxtPlugin } from '#app'
3
4
export default defineNuxtPlugin((nuxtApp) => {
5
const pinia = createPinia()
0 commit comments