SSR Switch
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user