Migrate to ssr

This commit is contained in:
2020-08-14 01:49:09 +05:00
parent 2a8c2c095a
commit 73f81426c6
8 changed files with 66 additions and 63 deletions

View File

@@ -16,7 +16,7 @@
<div class="md:w-4/7">
<div v-for="subarticle in subarticles" :key="subarticle.id">
<a
href=""
:href="'/article/' + subarticle.id"
class="rounded w-full flex flex-col md:flex-row mb-10"
>
<div class="bg-white rounded px-4">
@@ -92,7 +92,7 @@
v-if="article"
>
<a
href="#"
:href="'/article/' + article.id"
>
<img
:src="article.featured_image"
@@ -101,7 +101,7 @@
</a>
<a
href="#"
:href="'/article/' + article.id"
>
<h1
class="text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvTyper"