모달 수정

This commit is contained in:
khj0414 2025-01-21 15:37:19 +09:00
parent 0a0d1b4aa5
commit 6cba6c7461

View File

@ -2,9 +2,9 @@
<component :is="layout">
<template #content>
<router-view></router-view>
<ToastModal />
</template>
</component>
<ToastModal />
</template>
<script setup>
import { computed } from 'vue';