Reviewed-on: #5
@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.0-B.5](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.4...v1.0.0-B.5) (2023-11-08)
## [1.0.0-B.4](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.3...v1.0.0-B.4) (2023-11-08)
## [1.0.0-B.3](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.2...v1.0.0-B.3) (2023-10-30)
@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.4",
"version": "1.0.0-B.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -3,7 +3,7 @@
<div class="swiper-container w-[calc(100%-104px)] my-[30px]">
<Swiper
v-if="chunkList.length"
:autoplay="chunkList.length > 6"
:autoplay="chunkList.length > 6 ? { delay: 15000 } : false"
:modules="modules"
:slides-offset-before="24"
style="height: 879px"