删除用不到的插件

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 ShowMap from "../components/showmap";
import CarMile from "../components/carMile"; import CarMile from "../components/carMile";
import CarWarn from "../components/carWarn"; import CarWarn from "../components/carWarn";
import pieChart from "../components/pieChart";
import { queryWeath } from "@/api/base"; 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"; import "swiper/css/swiper.min.css";
export default { export default {
components: { components: {
@ -164,8 +165,6 @@ export default {
CarMile, CarMile,
CarWarn, CarWarn,
ShowMap, ShowMap,
// swiper,
// swiperSlide,
}, },
data() { data() {
return { return {

Loading…
Cancel
Save