chore: vue 3.4 improvements
This commit is contained in:
@@ -35,7 +35,7 @@ const tags = new Set(
|
||||
<PostPreviewCard
|
||||
v-for="(post, index) in docs"
|
||||
:key="index"
|
||||
:post="post"
|
||||
:post
|
||||
type="blog"
|
||||
/>
|
||||
</main>
|
||||
|
@@ -34,7 +34,7 @@ useTitle(title + " Posts", details.description);
|
||||
<PostPreviewCard
|
||||
v-for="(post, index) in docs"
|
||||
:key="index"
|
||||
:post="post"
|
||||
:post
|
||||
:highlighttags="[tag]"
|
||||
type="blog"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user