mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
9 lines
141 B
Vue
9 lines
141 B
Vue
<script lang="ts" setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div class="bg-card card-shadow rounded-xl">
|
|
<slot></slot>
|
|
</div>
|
|
</template> |