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
在使用swiper组件时 <wd-swiper :list="picture_list" :autoplay="false" :current="current_swiper" :indicator="{ type: 'dots-bar' }" @click="handleSwiperClick" /> 在函数中修改绑定的current_swiper值。但是并没有跳转到指定的图片,希望能加上这个功能
当current_swiper.value被修改时,轮播图也能随之切换
The text was updated successfully, but these errors were encountered:
feat: ✨ swiper组件增加current属性控制轮播项功能
a74460a
✅ Closes: Moonofweisheng#211
443fd8a
此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。
Sorry, something went wrong.
No branches or pull requests
这个功能解决了什么问题?
在使用swiper组件时
<wd-swiper :list="picture_list" :autoplay="false" :current="current_swiper" :indicator="{ type: 'dots-bar' }" @click="handleSwiperClick" /> 在函数中修改绑定的current_swiper值。但是并没有跳转到指定的图片,希望能加上这个功能
你期望的 API 是什么样子的?
当current_swiper.value被修改时,轮播图也能随之切换
The text was updated successfully, but these errors were encountered: