줄 간격 변경
This commit is contained in:
parent
6c8c83e61f
commit
e5baea6ca5
14
src/App.vue
14
src/App.vue
@ -1,13 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<normal-layout>
|
||||||
<normal-layout>
|
<template #content>
|
||||||
<template #content>
|
<router-view></router-view>
|
||||||
<router-view></router-view>
|
</template>
|
||||||
</template>
|
</normal-layout>
|
||||||
</normal-layout>
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import NormalLayout from './layouts/NormalLayout.vue'
|
import NormalLayout from './layouts/NormalLayout.vue';
|
||||||
</script>
|
</script>
|
||||||
<style></style>
|
<style></style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user