Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhlad committed Dec 5, 2022
1 parent e4c7996 commit 200842a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/nuxt-picture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { h, defineComponent, computed } from 'vue'
import { useBaseImage, baseImageProps } from './_base'
import { useImage, useHead, useRequestEvent } from '#imports'
import { getFileExtension } from '#image'
import { appendHeader } from 'h3'

export const pictureProps = {
...baseImageProps,
Expand Down

0 comments on commit 200842a

Please sign in to comment.