JSPM

vue-gapless-scroll

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q23221F
  • License ISC

适用于vue2的(无缝滚动,图片轮播)组件

Package Exports

  • vue-gapless-scroll
  • vue-gapless-scroll/packages/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-gapless-scroll) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

3. 适用于vue2的(无缝滚动,文字·图片轮播)插件

    <VueGaplessScroll
        :width="100"
        :height="500"
        :list="[1, 2, 3]"
        :options="scrollOptions"
      >
        <div class="scroll-box">
          <span class="scroll-item" v-for="v in 9" :key="v">{{ v }}</span>
        </div>
      </VueGaplessScroll>