Compare commits

..

No commits in common. "aab304dd20a608c7c6457fde84bc08e3e4964c6f" and "e9dfeba11ff8efff904352c57b1158a05b8f480d" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<template>
<router-link
:to="{ name: 'tag', params: { tagSlug: tag.slug } }"
<a
:href="`/tag/${tag.slug}`"
:title="tag.name"
class="tile"
>
@ -12,7 +12,7 @@
>
<span class="title">{{ tag.name }}</span>
</router-link>
</a>
</template>
<script>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.68.3",
"version": "1.68.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.68.3",
"version": "1.68.2",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {