soybean-admin/src/components/custom/ShadowCard/index.vue
2021-10-25 11:56:17 +08:00

9 lines
159 B
Vue

<template>
<div class="bg-light dark:bg-dark rounded-16px">
<slot></slot>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>