mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +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> |