mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
docs: set image preview false in placeholder demo (#28140)
This commit is contained in:
parent
83e52a9555
commit
a45b8248cf
@ -26,6 +26,7 @@ function ImageDemo() {
|
|||||||
src={`https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png?${random}`}
|
src={`https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png?${random}`}
|
||||||
placeholder={
|
placeholder={
|
||||||
<Image
|
<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"
|
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}
|
width={200}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user