2022-01-08 20:49:21 +08:00
|
|
|
<template>
|
|
|
|
<div
|
2022-04-22 12:26:11 +08:00
|
|
|
class="bg-white text-[#333639] dark:bg-[#18181c] dark:text-white dark:text-opacity-82 transition-all duration-300 ease-in-out"
|
2022-01-08 20:49:21 +08:00
|
|
|
>
|
|
|
|
<slot></slot>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup lang="ts"></script>
|
|
|
|
<style scoped></style>
|