“dzb”
2022-09-28 15079a363658567a62db46ccfe489f04af79a687
src/views/layout/components/Main/index.vue
@@ -10,12 +10,12 @@
</template>
<script>
import MyFooter from "../Footer"
// import MyFooter from "../Footer"
import NavBar from "../NavBar"
export default {
  name: "Main",
  components: {
    MyFooter,
    // MyFooter,
    NavBar
  }
};