fix. main 컴포넌트 변경, 수정된 api 구조에 맞춰 코드 수정
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<LayoutsHeader />
|
||||
<slot />
|
||||
<LayoutsFooter />
|
||||
</div>
|
||||
<LayoutsHeader />
|
||||
<slot />
|
||||
<LayoutsFooter />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user