企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 组件名:hsSwiperGroup(横排滑动组件) ### 作者:龚毓粼 ### 效果: ![](https://img.kancloud.cn/3a/dc/3adcd508f69721bfd883ecca7b55b9f6_979x281.png) ``` import hsSwiperGroup from "./swiper/hs-swiper-group.vue"; <!-- 在对应页面使用 --> <hsSwiperGroup :list="videoList"></hsSwiperGroup>                                                                  ``` ### 说明: 使用 下载"swiper": "^4.5.1"版本的插件,并在入口文件mian.js引用样式和js ### 参数: | 参数 | 作用 | 类型 | 默认 | 是否必传 | 属性 | | --- | --- | --- | --- | --- | --- | | videoList| 列表数据 | Array| [] | 是 | |