vue-seamless-scroll 无缝滚动

安装
npm install vue-seamless-scroll --save  

vue3 引入

import scroll from "vue-seamless-scroll/src";
import { createApp } from "vue";
const app = createApp(App);
app.use(scroll);

vue2  引入

import scroll from 'vue-seamless-scroll'
Vue.use(scroll)
关注博客 https://www.cnblogs.com/aknife/
原文地址:https://www.cnblogs.com/aknife/p/14930976.html