vue 走马灯无缝滚动轮播图 vue-seamless-scroll
1. 安装 vue-seamless-scrollnpm install vue-seamless-scroll --save//或yarn add vue-seamless-scroll2. 引入组件import vueSeamlessScroll from 'vue-seamless-scroll'3 引用// 注册components: { vueSeamlessScroll}//使用<vue-seamless-scroll><.