줄 간격 변경
This commit is contained in:
parent
6c8c83e61f
commit
e5baea6ca5
14
src/App.vue
14
src/App.vue
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user