Skip to content

Commit

Permalink
chore(VImg): resolve linting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jul 2, 2024
1 parent e871ecb commit f89a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-generator/src/locale/en/VImg.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"src": "The image URL. This prop is mandatory.",
"srcset": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset).",
"transition": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition.",
"gradient": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
"gradient": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
},
"slots": {
"placeholder": "Display an overlay while the image is loading.",
Expand Down

0 comments on commit f89a5fc

Please sign in to comment.