feature:调整bottomInfo组件位置

This commit is contained in:
pixelMax(奇淼
2024-05-10 13:05:36 +08:00
parent f07a58bff4
commit 1edb0c529f
3 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ import GvaAside from "@/view/layout/aside/index.vue";
import GvaHeader from "@/view/layout/header/index.vue";
import useResponsive from "@/hooks/responsive";
import GvaTabs from "./tabs/index.vue"
import BottomInfo from "@/view/layout/bottomInfo/bottomInfo.vue";
import BottomInfo from "@/components/bottomInfo/bottomInfo.vue";
import { emitter } from "@/utils/bus.js";
import { ref, onMounted, nextTick, reactive, watchEffect} from "vue";
import { useRouter, useRoute } from "vue-router";