rejuvallife/resources/js/layouts/blank.vue
2024-10-25 01:02:11 +05: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>