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

时间:2019-10-09 16:19:06   收藏:0   阅读:479

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)

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

 

原文:https://www.cnblogs.com/JiAyInNnNn/p/11642441.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!