tab, component, popup 변경
This commit is contained in:
@@ -100,6 +100,13 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useUserStore } from "~/stores/user";
|
||||
import { useRouter } from 'vue-router'
|
||||
const router = useRouter()
|
||||
|
||||
onMounted(()=> {
|
||||
router.push('/1/')
|
||||
})
|
||||
|
||||
|
||||
// 페이지 메타데이터 설정
|
||||
definePageMeta({
|
||||
@@ -108,6 +115,7 @@ definePageMeta({
|
||||
});
|
||||
|
||||
const userStore = useUserStore();
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
Reference in New Issue
Block a user