Files
MoviePilot-Frontend/src/layouts/blank.vue
2023-06-24 08:22:59 +08:00

12 lines
172 B
Vue

<template>
<div class="layout-wrapper layout-blank">
<RouterView />
</div>
</template>
<style>
.layout-wrapper.layout-blank {
flex-direction: column;
}
</style>