Files
Cloud-Blog/components/content/CustomTitle.vue
nurRiyad fd65e3bdaf design blog page
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
2023-01-09 01:21:22 +06:00

6 lines
78 B
Vue

<template>
<div class="text-center mt-8">
<slot />
</div>
</template>