Skip to content

Commit

Permalink
fix: add name to <SanityImage> component for better DX
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 11, 2020
1 parent 0b4ebe8 commit 8d581ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sanity-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const dataset = '<%= options.dataset %>'
const isTemplated = projectId.includes('options')

export const SanityImage = extendVue({
name: 'SanityImage',
functional: true,
props: {
//
Expand Down

0 comments on commit 8d581ce

Please sign in to comment.