Skip to content

Commit 6cf7e48

Browse files
committed
fix(nuxt): use #app imports
1 parent e1c0a19 commit 6cf7e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/runtime/plugin.vue3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createPinia, setActivePinia } from 'pinia'
2-
import { defineNuxtPlugin } from '#imports'
2+
import { defineNuxtPlugin } from '#app'
33

44
export default defineNuxtPlugin((nuxtApp) => {
55
const pinia = createPinia()

0 commit comments

Comments
 (0)