Compare commits

...

2 Commits

  1. 2
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json
  4. 2
      src/components/ScrollList/ScrollList.vue

2
CHANGELOG.md

@ -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)

2
package-lock.json

@ -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": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.4",
"version": "1.0.0-B.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

2
src/components/ScrollList/ScrollList.vue

@ -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"

Loading…
Cancel
Save