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