ToastModal 위치 변경

This commit is contained in:
yoon 2025-01-21 15:44:05 +09:00
parent 05c26f7b7b
commit fe73ea2c56

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';