Skip to content

Commit 7846e2f

Browse files
authored
docs: import nuxt composables from #imports (#186)
1 parent 0312cc4 commit 7846e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/runtime/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineNuxtPlugin } from '#app'
1+
import { defineNuxtPlugin } from '#imports'
22

33
export default defineNuxtPlugin((_nuxtApp) => {
44
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)