mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 08:49:47 +08:00
12 lines
172 B
Vue
12 lines
172 B
Vue
<template>
|
|
<div class="layout-wrapper layout-blank">
|
|
<RouterView />
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
.layout-wrapper.layout-blank {
|
|
flex-direction: column;
|
|
}
|
|
</style>
|