Skip to content

Commit 9326826

Browse files
nullptr-zff
authored andcommitted
fix: 图片引入报错问题
1 parent ac9fee8 commit 9326826

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/core/src/Tile/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,10 @@ function Demo() {
8787
<Tile
8888
width={200}
8989
height={200}
90-
<<<<<<< HEAD
9190
imageSrc={"https://avatars.githubusercontent.com/u/33082374?s=200&v=4"}
9291
icon={{ name: 'uiw native tile',color:'#333333', size: 38 }}
9392
captionStyle={{color: '#aaa', fontSize: 18, textAlign:'center' }}
9493
caption="The uiw react native Tile component"
95-
=======
96-
imageSrc={require("https://avatars.githubusercontent.com/u/33082374?s=200&v=4")}
97-
icon={{ name: 'uiw',color:'#333333', size: 38 }}
98-
captionStyle={{color: '#666', fontSize: 16, textAlign:'center',paddingHorizontal: 20}}
99-
caption="uiw react native Tile component"
100-
>>>>>>> 8db27a31 (doc(Tile): 重构工具提示文档)
10194
/>
10295
</Fragment>
10396
);

0 commit comments

Comments
 (0)