1.0.9 • Published 5 years ago

@lin09/image-scroll-vue v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

多图片自动左右滚动,移动触摸版,vue2.0版

安装

yarn add -D @lin09/image-scroll-vue
// 或
npm i -D @lin09/image-scroll-vue

使用

// App.vue

<template>
  <div id="app">
    <ImageScroll :images="images"/>
  </div>
</template>

<script>
import ImageScroll from '@lin09/image-scroll-vue'

export default {
  name: 'app',
  components: {
    ImageScroll
  },
  data() {
    return {
      images: [{
        imgUrl: 'https://gw.alicdn.com/imgextra/i4/1/O1CN01fFFjmR1BsUtzbDibn_!!1-0-lubanu.jpg_790x10000Q75.jpg_.webp',
        href: 'https://www.xx.xx'
      },{
        imgUrl: 'https://gw.alicdn.com/imgextra/i1/124/O1CN01QTazoU1CmpcKM3axV_!!124-0-luban.jpg_790x10000Q75.jpg_.webp'
      },{
        imgUrl: 'https://gw.alicdn.com/imgextra/i1/50/O1CN01x3WLUL1CEwJJq7Esw_!!50-0-lubanu.jpg_790x10000Q75.jpg_.webp'
      },{
        imgUrl: 'https://gw.alicdn.com/imgextra/i3/103/O1CN01IALwmx1CdDImsIMWb_!!103-0-lubanu.jpg_790x10000Q75.jpg_.webp'
      }]
    }
  }
}
</script>

<style>
body {
  margin: 0;
}
</style>

参数

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago