0.1.10 • Published 5 years ago

@shenluw/vue-roll v0.1.10

Weekly downloads
4
License
-
Repository
-
Last release
5 years ago

vue-roll

一个基于better-scroll实现的横向滚动图片容器

demo

demo

使用方法

<vue-roll :images="imgs"
          :item-size="{height:'200px'}" >
</vue-roll>


<script>
import VueRoll from '@shenluw/vue-roll'

export default {
    name: 'demo',
    components: {
        VueRoll,
    },
    data() {
        return {
            imgs: ['img url', ...]
        }
    },
}
</script>
0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago