Compare commits
2 Commits
e9dfeba11f
...
aab304dd20
Author | SHA1 | Date |
---|---|---|
|
aab304dd20 | |
|
c9200180cf |
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<a
|
<router-link
|
||||||
:href="`/tag/${tag.slug}`"
|
:to="{ name: 'tag', params: { tagSlug: tag.slug } }"
|
||||||
:title="tag.name"
|
:title="tag.name"
|
||||||
class="tile"
|
class="tile"
|
||||||
>
|
>
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
>
|
>
|
||||||
|
|
||||||
<span class="title">{{ tag.name }}</span>
|
<span class="title">{{ tag.name }}</span>
|
||||||
</a>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.68.2",
|
"version": "1.68.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.68.2",
|
"version": "1.68.3",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue