删除用不到的插件

main
jinna 3 years ago
parent 2d8f3161b8
commit 4385a5df76
  1. 5
      src/views/dashboard/homepage.vue

@ -155,8 +155,9 @@ import PathMap from "../components/pathMap";
import ShowMap from "../components/showmap";
import CarMile from "../components/carMile";
import CarWarn from "../components/carWarn";
import pieChart from "../components/pieChart";
import { queryWeath } from "@/api/base";
import { swiper, swiperSlide } from "vue-awesome-swiper";
// import { swiper, swiperSlide } from "vue-awesome-swiper";
import "swiper/css/swiper.min.css";
export default {
components: {
@ -164,8 +165,6 @@ export default {
CarMile,
CarWarn,
ShowMap,
// swiper,
// swiperSlide,
},
data() {
return {

Loading…
Cancel
Save