企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 组件名:hs-swiper-VRHall(缩略图轮播组件) ### 作者:马祎 ### 效果: ![](https://img.kancloud.cn/82/54/82541047ca4b8afb12a555d8c3ea69b8_1103x636.png) ### 文件位置: ``` @/components/swiper/hs-swiper-VRHall.vue ``` ### 使用方式: ``` <!-- 在对应页面使用 --> <hsSwiperVRHall :list="swiperList"> </hsSwiperVRHall> data () { return { swiperList:[ { id:1, img:'http://via.placeholder.com/860x482', title:'黑龙江图书馆文化大讲堂', } ], } }, ``` ### 参数: | 参数 | 作用 | 类型 | 默认 | 是否必传 | 属性 | | --- | --- | --- | --- | --- | --- | | list| 对象数组 | Array | [] | true | - | ### 方法: @skipSwiper 背景图点击事件