빈 레이아웃

This commit is contained in:
yoon 2025-01-07 15:30:40 +09:00
parent b7b9fca3dd
commit bf398882e7

3
src/layouts/NoLayout.vue Normal file
View File

@ -0,0 +1,3 @@
<template>
<router-view></router-view>
</template>