🎨 (post) trailing space
This commit is contained in:
@@ -7,11 +7,8 @@ const posts = usePosts();
|
|||||||
<template>
|
<template>
|
||||||
<div class="blog-posts">
|
<div class="blog-posts">
|
||||||
<h2>Last posts</h2>
|
<h2>Last posts</h2>
|
||||||
<div v-for="post in posts" :key="post.href">
|
<h3 v-for="post in posts" :key="post.href">
|
||||||
<h3>
|
|
||||||
- <a :href="post.href">{{ post.title }}</a>
|
- <a :href="post.href">{{ post.title }}</a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user