Skip to content

Commit f8ad500

Browse files
author
rulishu
committed
docs: update swiper docs
1 parent 3ee12fd commit f8ad500

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/core/src/Swiper/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Swiper 轮播图
66
> 🚧 注意:测试版本谨慎使用。
77
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
88
9-
![](https://user-images.githubusercontent.com/57083007/146733725-30e20a33-796a-49ec-9a95-4448a629c7b7.gif)
10-
119
### 基础示例
1210

1311
<!--DemoStart-->
@@ -22,7 +20,7 @@ const SwiperDemo = () => {
2220
// { url: require('@expo/snack-static/react-native-logo.png') }
2321
]
2422
return (
25-
<Swiper width={200} dataSource={data} height={150} borderRadius={24} />
23+
<Swiper width={200} dataSource={data} height={150} borderRadius={24} />
2624
)
2725
}
2826
export default SwiperDemo

0 commit comments

Comments
 (0)