web-class-frontend/app/layouts/default.vue

8 lines
140 B
Vue
Raw Normal View History

2025-04-23 17:43:14 +08:00
<template>
<div
class="w-screen h-screen bg-white dark:bg-black dark:text-white transition-all"
>
<slot />
</div>
</template>