swiper降级

main
xuechunyuan 3 years ago
parent 88666ce0c4
commit 5e1ebf3f1f
  1. 2
      package.json
  2. 2
      src/views/dashboard/homepage.vue

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

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

Loading…
Cancel
Save