Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit b9ab2a1

Browse files
committed
feat: add a root component
1 parent 37c0caf commit b9ab2a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/Card.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<template>
2+
<div>
3+
Das ist eine Karte
4+
<slot />
5+
</div>
6+
</template>

0 commit comments

Comments
 (0)