Skip to content

Commit

Permalink
fix(uploader): fix prop referrer-policy no effect (#5909)
Browse files Browse the repository at this point in the history
  • Loading branch information
landluck authored Oct 14, 2024
1 parent dc5f1f2 commit de1ce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uploader/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
poster="{{ item.thumb }}"
autoplay="{{ item.autoplay }}"
object-fit="{{videoFit}}"
referrer-policy="{{videoReferrerPolicy}}"
referrer-policy="{{ referrerPolicy }}"
class="van-uploader__preview-image"
style="{{ computed.sizeStyle({ previewSize }) }}"
data-index="{{ index }}"
Expand Down

0 comments on commit de1ce7b

Please sign in to comment.