Add Card component
This commit is contained in:
parent
d9aed7603e
commit
0305aa86c1
13
web/src/components/Card.vue
Normal file
13
web/src/components/Card.vue
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from "vue";
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="flex flex-row items-center bg-gray-300 h-32 rounded-lg">
|
||||||
|
<slot></slot>
|
||||||
|
</div>
|
||||||
|
</template>
|
Loading…
x
Reference in New Issue
Block a user