[UI 개선] 서브메뉴 및 탭 바 컴포넌트 추가, AppHeader 및 기본 레이아웃 수정, API 호출 로직 개선
This commit is contained in:
@@ -100,12 +100,11 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useUserStore } from "~/stores/user";
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter();
|
||||
|
||||
onMounted(() => {
|
||||
router.push("/1/");
|
||||
});
|
||||
// onMounted(() => {
|
||||
// console.log("index.vue - onMounted");
|
||||
// router.push("/1/");
|
||||
// });
|
||||
|
||||
// 페이지 메타데이터 설정
|
||||
definePageMeta({
|
||||
|
||||
Reference in New Issue
Block a user