feat: add story stat box

This commit is contained in:
2022-08-08 18:41:29 -04:00
parent f469f86734
commit e802e3723c
5 changed files with 77 additions and 10 deletions

View File

@@ -12,7 +12,9 @@ const { href, color = "pink" } = defineProps<{
<a class="no-underline" :href="href">
<div class="container box">
<p class="m-0 w-full title">{{ title }}</p>
<div class="main-content"><slot /></div>
<div class="main-content">
<slot />
</div>
</div>
</a>
</template>