SSR Switch

This commit is contained in:
2020-08-14 01:32:51 +05:00
parent a1e8f81b48
commit 2a8c2c095a
22 changed files with 125306 additions and 97 deletions

View File

@@ -7,14 +7,14 @@
</div>
<div class="flex flex-wrap justify-center">
<router-link
:to="{ name: 'topic.show', params: { slug: topic.slug } }"
<a
href=""
v-for="topic in topics"
:key="topic.id"
class="text-sm font-medium border border-gray-700 py-1 px-3 rounded-full mr-2 mt-2 mb-4 hover:bg-green-100 MvTyper"
style="color:#4A5568;"
v-text="topic.name"
></router-link>
></a>
</div>
</div>
</template>