From 5e1ebf3f1f034fdd209e1285664281a55c9f6b12 Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Wed, 11 Jan 2023 16:46:38 +0800 Subject: [PATCH] =?UTF-8?q?swiper=E9=99=8D=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/dashboard/homepage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33708e4..d98b024 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "js-cookie": "^3.0.1", "postcss-pxtorem": "^6.0.0", "screenfull": "^5.2.0", - "swiper": "^8.4.5", + "swiper": "^5.4.5", "vue": "^2.6.14", "vue-axios": "^3.5.2", "vue-fullscreen": "^2.6.1", diff --git a/src/views/dashboard/homepage.vue b/src/views/dashboard/homepage.vue index 9f2447a..aded199 100644 --- a/src/views/dashboard/homepage.vue +++ b/src/views/dashboard/homepage.vue @@ -158,7 +158,7 @@ import CarWarn from "../components/carWarn"; import pieChart from "../components/pieChart"; import { queryWeath } from "@/api/base"; // import { swiper, swiperSlide } from "vue-awesome-swiper"; -import "swiper/swiper.min.css"; +import "swiper/css/swiper.min.css"; export default { components: { PathMap,