移动端开发常用的vue组件

在移动端的开发过程中,涉及到了许多优秀的组件,在此记录下来,以供以后查询:

1、tab 页切换,支持左右滑动,通常结合 swiper 进行使用

https://github.com/ScoutYin/ly-tab

2、轮播图:vue-awesome-swiper

https://blog.csdn.net/u012570307/article/details/107203851/

3、分页滚动组件 better-scroll

https://blog.csdn.net/weixin_37719279/article/details/82084342

better-scroll 的属性文档:

https://better-scroll.github.io/docs-v1/doc/zh-hans/property.html

4、vue的视频播放插件 :vue-video-player

https://www.jb51.net/article/173816.htm

原文地址:https://www.cnblogs.com/houchen/p/14684742.html