Files
deep-research-web-ui/layouts/default.vue
AnotiaWang 2cbd20a1da init
2025-02-11 09:05:47 +08:00

8 lines
150 B
Vue

<template>
<div
class="w-full min-h-screen bg-white dark:bg-[#111729] dark:text-[#e5e7eb] transition-all"
>
<slot />
</div>
</template>