vue-swipe
vue-swipe copied to clipboard
A touch slider for vue.js.
ie9下,没有滑动效果,只有过一段时间变成另外一张图
请问如何自动高度
容器无法自适应高度
Any chance you could add a web based demo so we could see it in action before cloning?
有一些使用场合需要在轮播变化时做一些别的操作,比如说自定义的页码显示
`require('vue-swipe/dist/vue-swipe.css') import { Swipe, SwipeItem } from 'vue-swipe' export default ({ components: { 'swipe': Swipe, 'swipe-item': SwipeItem } })` ` Slide1 Slide2 Slide3 ` This code use to work with...
I have a problem using vue-swipe in my universal project, it seems doesn't support ssr cause I met a `ReferenceError: document is not defined`. This problem seems come from your...
1、没有索引按钮点击锚点 2、没有向上向下页翻转按钮扩展 3、没有回调方法吗? 4、再扩展下面索引的滑过的可以有方法回调(比如滑过可以显示缩略图)
这样 tab-container 支持滑动的功能就可以直接用 swipe 了