vue文字无缝滚动插件vue-seamless-scroll

(1)安装执行命令

npm install vue-seamless-scroll --save

(2)在main.js文件里面引入使用:

import scroll from 'vue-seamless-scroll'
Vue.use(scroll)

(3) 实例



(4)文档链接

         demo链接

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