forked from DebaucheryLibrarian/traxxx
Fixed tag tile links.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class="tile"
|
||||
>
|
||||
<router-link
|
||||
:to="{ name: 'tag', params: { tagSlug: tag.slug, range: 'latest' } }"
|
||||
:to="`/tag/${tag.slug}`"
|
||||
:title="tag.name"
|
||||
class="poster-link"
|
||||
>
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
<router-link
|
||||
class="title"
|
||||
:to="{ name: 'tag', params: { tagSlug: tag.slug, range: 'latest' } }"
|
||||
:to="`/tag/${tag.slug}`"
|
||||
:title="tag.name"
|
||||
>{{ tag.name }}</router-link>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user