https://chenxuan0000.github.io/component-document/index_prod.html#/component/seamless-others
在vue环境下使用。首先下载npm包
npm install vue-seamless-scroll --save
在当前项目中的main.js中引入(全局引入)
import scroll from 'vue-seamless-scroll'
Vue.use(scroll)
然后就可以按照开头的文档随意在项目中用了~~