[라우터 방식 변경]

This commit is contained in:
2025-09-24 16:35:52 +09:00
parent f9dde4eb09
commit 19bda71444
5 changed files with 19 additions and 25 deletions

View File

@@ -101,11 +101,6 @@
<script setup lang="ts">
import { useUserStore } from "~/stores/user";
// onMounted(() => {
// console.log("index.vue - onMounted");
// router.push("/1/");
// });
// 페이지 메타데이터 설정
definePageMeta({
title: "Home",