fixed tag display on index
This commit is contained in:
parent
ebf28f8386
commit
336984ad91
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1
|
|||
:subheading="post.date"
|
||||
:description="post.description"
|
||||
:id="post.id"
|
||||
:tags="post.tags"
|
||||
/>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue