Skip to content

Commit

Permalink
Add referrerpolicy description
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed Apr 27, 2023
1 parent 0cb3ca1 commit 2b9c5e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docs/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,8 @@
"fit": "Proxies the `object-fit` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/CSS/object-fit)[[target=_blank]].",
"lazy": "Enables lazy load for the image of the component.",
"maxWidth": "Maximal the width of the image of the component",
"placeholderSrc": "`src` value for the placeholder image of the component."
"placeholderSrc": "`src` value for the placeholder image of the component.",
"referrerpolicy": "Proxies the `referrerpolicy` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-referrerpolicy)[[target=_blank]]."
},
"events": {},
"methods": {},
Expand Down

0 comments on commit 2b9c5e7

Please sign in to comment.