mirror of
https://github.com/bitinflow/ui-old.git
synced 2026-03-13 13:45:57 +00:00
Initial commit
This commit is contained in:
15
components/CardBody.vue
Normal file
15
components/CardBody.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="p-8 rounded-b">
|
||||
<slot/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "CardBody"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user