vue项目中使用swiper

由于项目中要求有左右滑动切换账号信息的需求,所以思考过后决定用swiper插件实现这个交互。
swiper文档地址:https://www.swiper.com.cn/usage/index.html
一 、安装

npm install swiper --save-dev

二、在使用到的页面引入



三、效果


84e209aac60b0643ef34b39814eeb0d.png
e28b7816762b7134097470c3bc233c7.png

你可能感兴趣的:(vue项目中使用swiper)