feat: add story stat box
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user