8
components/content/InfoComponent.vue
Normal file
8
components/content/InfoComponent.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div
|
||||
class="text-xs font-poppins antialiased text-slate-600 flex justify-between p-3"
|
||||
>
|
||||
<slot name="time" />
|
||||
<slot name="author" />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user