This commit is contained in:
sjl
2025-01-17 14:57:17 +08:00
parent ce47831992
commit 5738594be2
4 changed files with 59 additions and 50 deletions

View File

@@ -38,9 +38,9 @@ import { useAuthStore } from "@/stores/modules/auth";
import model from "./tabs/model.vue";
import dashboard from "./tabs/dashboard.vue";
import { onMounted, ref } from "vue";
defineOptions({
name: 'home'
})
// defineOptions({
// name: 'home'
// })
const authStore = useAuthStore();
const activeIndex = ref("1-1");