vue无缝滚动广告插件使用

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

//然后在main.js文件里面引入使用:
import scroll from 'vue-seamless-scroll'
Vue.use(scroll)

在页面使用参考地址: https://chenxuan1993.gitee.io/component-document/index_prod#/component/seamless-default

猜你喜欢

转载自blog.csdn.net/qq_27064559/article/details/85047029
今日推荐