1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00
Minecraft-ArmorStand/src/components/Card.vue
2020-12-12 21:17:42 +01:00

5 lines
103 B
Vue

<template>
<div class="bg-white rounded-lg m-2 p-2 shadow">
<slot/>
</div>
</template>