줄 간격 변경

This commit is contained in:
ckx6954 2024-12-16 13:01:03 +09:00
parent 6c8c83e61f
commit e5baea6ca5

View File

@ -1,13 +1,11 @@
<template>
<normal-layout>
<template #content>
<router-view></router-view>
</template>
</normal-layout>
<normal-layout>
<template #content>
<router-view></router-view>
</template>
</normal-layout>
</template>
<script setup>
import NormalLayout from './layouts/NormalLayout.vue'
import NormalLayout from './layouts/NormalLayout.vue';
</script>
<style></style>