forked from DebaucheryLibrarian/traxxx
Tag tiles use SPA links instead of anchors.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<a
|
||||
:href="`/tag/${tag.slug}`"
|
||||
<router-link
|
||||
:to="{ name: 'tag', params: { tagSlug: tag.slug } }"
|
||||
:title="tag.name"
|
||||
class="tile"
|
||||
>
|
||||
@@ -12,7 +12,7 @@
|
||||
>
|
||||
|
||||
<span class="title">{{ tag.name }}</span>
|
||||
</a>
|
||||
</router-link>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user