Browse Source

docs: set image preview false in placeholder demo (#28140)

pull/28150/head
stygian-desolator 4 years ago
committed by GitHub
parent
commit
a45b8248cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/image/demo/placeholder.md

1
components/image/demo/placeholder.md

@ -26,6 +26,7 @@ function ImageDemo() {
src={`https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png?${random}`}
placeholder={
<Image
preivew={false}
src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png?x-oss-process=image/blur,r_50,s_50/quality,q_1/resize,m_mfit,h_200,w_200"
width={200}
/>

Loading…
Cancel
Save