chore(projects): update deps and fix swiper

This commit is contained in:
Soybean
2023-07-05 01:54:01 +08:00
parent c46a5920e5
commit 9d1051b0bd
3 changed files with 794 additions and 760 deletions

View File

@ -21,9 +21,10 @@
</template>
<script setup lang="ts">
import SwiperCore, { Navigation, Pagination } from 'swiper';
import SwiperCore from 'swiper';
import { Navigation, Pagination } from 'swiper/modules';
import { Swiper, SwiperSlide } from 'swiper/vue';
import type { SwiperOptions } from 'swiper';
import type { SwiperOptions } from 'swiper/types';
type SwiperExampleOptions = Pick<
SwiperOptions,