Files
mws.frontend.vue/src/layouts/ProjectLayout.vue
T

8 lines
143 B
Vue
Raw Normal View History

2026-08-11 23:17:04 +07:00
<template>
2026-08-24 08:07:23 +07:00
<div class="flex h-full min-h-0 flex-col">
<div class="min-h-0 flex-1">
<router-view />
</div>
2026-08-11 23:17:04 +07:00
</div>
</template>