vue的无缝滚动插件vue-seamless-scroll的使用

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)

然后就可以按照开头的文档随意在项目中用了~~

 

posted on 2019-10-09 16:10  JiAyInNnNn123  阅读(487)  评论(0编辑  收藏  举报

导航