vue 实现表格无缝滚动

npm install vue-seamless-scroll --save
// main.js
import scroll from 'vue-seamless-scroll'
Vue.use(scroll)

关注博客 https://www.cnblogs.com/aknife/
原文地址:https://www.cnblogs.com/aknife/p/14923812.html