12 lines
132 B
Vue
12 lines
132 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<UCard class="[&>*]:p-3">
|
|
<slot />
|
|
</UCard>
|
|
</template>
|
|
|
|
<style scoped></style>
|