We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macOS / mobile
3.0.1
3.0.4
http://normal-image.xiaovv-web.com/normal/2020-12-28-swipe-bug.gif
loop滚动问题
The text was updated successfully, but these errors were encountered:
用的是最简单的demo
const renderSwipes = () => { return ( <van-swipe class="my-swipe" autoplay={3000} height={250}> <van-swipe-item>1</van-swipe-item> <van-swipe-item>2</van-swipe-item> <van-swipe-item>3</van-swipe-item> <van-swipe-item>4</van-swipe-item> </van-swipe> ); };
Sorry, something went wrong.
可以用 Vue 3.0.3 试下,参见 #7709
No branches or pull requests
设备 / 浏览器
macOS / mobile
Vant 版本
3.0.1
Vue 版本
3.0.4
重现链接
http://normal-image.xiaovv-web.com/normal/2020-12-28-swipe-bug.gif
描述问题
loop滚动问题
The text was updated successfully, but these errors were encountered: