-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swiper 组件的 circular 模式下,复制的元素缺失 #14160
Comments
taro-bot2
bot
added
F-react
Framework - React
T-h5
Target - 编译到 H5
V-3
Version - 3.x
labels
Jul 12, 2023
<TSwiper circular>
<TSwiperItem>
<View style={demo}>
<View style={div}>1</View>
<View style={div}>2</View>
<View style={div}>3</View>
<View style={div}>4</View>
</View>
</TSwiperItem>
<TSwiperItem>
<View style={demo}>
<View style={div}>5</View>
<View style={div}>6</View>
<View style={div}>7</View>
<View style={div}>8</View>
</View>
</TSwiperItem>
<TSwiperItem>
<View style={demo}>
<View style={div}>9</View>
<View style={div}>10</View>
<View style={div}>11</View>
<View style={div}>12</View>
</View>
</TSwiperItem>
</TSwiper> |
ZakaryCode
added a commit
that referenced
this issue
Aug 21, 2023
3 tasks
ZakaryCode
added a commit
that referenced
this issue
Aug 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
H5
复现仓库
https://github.com/oasis-cloud/taro-swiper-bug.git
浏览器版本: Chrome
使用框架: React
复现步骤
git clone https://github.com/oasis-cloud/taro-swiper-bug.git
pnpm install
pnpm dev:h5
然后在浏览器中滑动 swiper,会出现问题
期望结果
swiper-slide-duplicate 的子元素数量为 3 个,实际应该是 4 个
实际结果
swiper-slide-duplicate 的子元素数量为 3 个,实际应该是 4 个
环境信息
The text was updated successfully, but these errors were encountered: