project setup

This commit is contained in:
2023-04-27 00:56:13 +02:00
parent 8bd9ca94bb
commit 3579a5894a
18 changed files with 3764 additions and 144 deletions

View File

@@ -0,0 +1,13 @@
<template>
<div>
<div class="text-uppercase fw-semibold header">
<slot name="header"></slot>
</div>
<slot name="items"></slot>
</div>
</template>
<style scoped>
.header {
font-size: 0.9rem;
}
</style>