mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
16 lines
168 B
Vue
16 lines
168 B
Vue
<template>
|
|
<div class="p-8 rounded-b">
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "BitinflowCardBody"
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|