1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 05:55:35 +00:00

Design beginnings

This commit is contained in:
Lars Martens 2020-12-12 21:17:42 +01:00
parent 5c5f34dc36
commit f2bf164431
10 changed files with 71 additions and 4 deletions

5
src/components/Card.vue Normal file
View file

@ -0,0 +1,5 @@
<template>
<div class="bg-white rounded-lg m-2 p-2 shadow">
<slot/>
</div>
</template>