|
|
@ -27,7 +27,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script setup lang="ts"> |
|
|
<script setup lang="ts"> |
|
|
import { shallowRef, computed, onMounted, onBeforeUnmount } from 'vue' |
|
|
|
|
|
|
|
|
import { shallowRef, computed } from 'vue' |
|
|
import { chunk } from 'lodash-es' |
|
|
import { chunk } from 'lodash-es' |
|
|
import ScrollListItem from '@/components/ScrollListItem/ScrollListItem.vue' |
|
|
import ScrollListItem from '@/components/ScrollListItem/ScrollListItem.vue' |
|
|
import SwiperCore, { Autoplay } from 'swiper' |
|
|
import SwiperCore, { Autoplay } from 'swiper' |
|
|
|