forked from drone/command-center-dashboard

luoguanghui
2025-03-26 f7d854e455563a0143e83d4890002db1c7fffc5d
src/views/Home/Home.vue
@@ -1,5 +1,4 @@
<template>
  <Header></Header>
  <div class="warp">
    <HomeLeft></HomeLeft>
    <!-- <div>中间搜索</div> -->
@@ -8,16 +7,11 @@
</template>
<script>
import index from '@/mixins';
import { mapGetters } from 'vuex';
import Header from '../Home/components/Header.vue';
import HomeLeft from '../Home/components/HomeLeft/Index.vue'
import HomeRight from '../Home/components/HomeRight/Index.vue'
import HomeRight from './components/HomeRight/HomeRight.vue';
import HomeLeft from '@/views/Home/components/HomeLeft/HomeLeft.vue';
export default {
  mixins: [index],
  components: {
    Header,
    HomeLeft,
    HomeRight,
  },
@@ -29,9 +23,8 @@
  },
  computed: {},
  props: [],
  methods: {
  },
  methods: {},
  mounted() {},
};
</script>
<style scoped lang="scss">