Files
web-antrean/layouts/empty.vue
T
2026-01-29 08:17:26 +07:00

13 lines
192 B
Vue

<template>
<v-main>
<slot />
</v-main>
</template>
<style>
/* Pastikan v-main mengisi seluruh tinggi halaman untuk mengaktifkan centering */
.v-main {
min-height: 100vh;
}
</style>