This commit is contained in:
2023-04-29 00:29:25 +02:00
parent 3f9393f09b
commit dc6f10afd8
19 changed files with 1673 additions and 153 deletions

View File

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