更新记录
1.0.0(2021-05-27) 下载此版本
第一次更新,如果觉得可以会持续更新
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | - | - | - | - | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - | - | - |
第一次写插件,希望下载的友友们,可以给一个使用感受,鼓励我一下
swiper 轮播图 走马灯
使用:
<fy-swiper :posterList="posterList" @getItem="getItem"></fy-swiper>
import fySwiper from '../../../components/fy-swiper/fy-swiper.vue'
components:{
fySwiper
},
getItem(e){
console.log(e,'eeee')
},