vue做无缝滚动

类似于这种:

vue做无缝滚动_第1张图片

vue做无缝滚动_第2张图片

 以上截图来自于官网:vue-seamless-scroll

 具体使用步骤为:

1:安装

cnpm install vue-seamless-scroll --save  

2:引入


 
import vueSeamlessScroll from 'vue-seamless-scroll'  // vue2引入方式
import scroll from "vue-seamless-scroll/src"  // vue3引入方式
 
components: {
        vueSeamlessScroll
}, 

3:使用:






你可能感兴趣的:(vue.js,javascript,前端)