Files
mws.frontend.vue/src/layouts/ProjectLayout.vue
T
2026-08-26 00:11:45 +07:00

8 lines
143 B
Vue

<template>
<div class="flex h-full min-h-0 flex-col">
<div class="min-h-0 flex-1">
<router-view />
</div>
</div>
</template>