vue3使用vue3-seamless-scroll插件

1、局部引入

import vueSeamlessScroll from "vue-seamless-scroll";

 2、注册

components: {
    vueSeamlessScroll,
},

 3、使用


        
{{ item1.num }}
{{ item1.title }}
{{ item1.number }}

step参数是用来调整滚动速度的,数值越小,滚动速度越小

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