We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
defineNuxtPlugin
1 parent 5107d47 commit e5ca160Copy full SHA for e5ca160
1 file changed
src/runtime/plugin.ts
@@ -1,5 +1,6 @@
1
import { createImage } from '#image'
2
import { imageOptions } from '#build/image-options'
3
+import { defineNuxtPlugin } from '#imports'
4
5
export default defineNuxtPlugin(() => {
6
const img = createImage(imageOptions)
0 commit comments