fix. main 컴포넌트 변경, 수정된 api 구조에 맞춰 코드 수정

This commit is contained in:
clkim
2025-09-17 18:03:19 +09:00
parent 2196cf4200
commit 61022fb972
14 changed files with 347 additions and 664 deletions

View File

@@ -1,9 +1,7 @@
<script setup lang="ts"></script>
<template>
<div>
<LayoutsHeader />
<slot />
<LayoutsFooter />
</div>
<LayoutsHeader />
<slot />
<LayoutsFooter />
</template>