SSR Switch
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
<!-- post cards -->
|
||||
<div class="w-full lg:w-2/3">
|
||||
<div v-for="story in recentStories" :key="story.id">
|
||||
<router-link
|
||||
:to="{ name: 'article.show', params: { id: story.id } }"
|
||||
<a
|
||||
href=""
|
||||
class="block w-full lg:flex mb-10 shadow rounded-lg"
|
||||
>
|
||||
<div
|
||||
@@ -59,7 +59,7 @@
|
||||
}"
|
||||
:title="story.meta.title"
|
||||
></div>
|
||||
</router-link>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user