Files
vuefilemanager/resources/js/components/Auth/AuthContentWrapper.vue
Čarodej 06bb51989e empty page fix
grid fix
auth page fix
2021-10-29 17:22:33 +02:00

12 lines
199 B
Vue

<template>
<div class="h-screen flex justify-center items-center">
<slot></slot>
</div>
</template>
<script>
export default {
name: 'AuthContentWrapper',
}
</script>