Compare commits

...

2 Commits

Author SHA1 Message Date
ThePendulum aab304dd20 1.68.3 2020-01-31 00:09:13 +01:00
ThePendulum c9200180cf Tag tiles use SPA links instead of anchors. 2020-01-31 00:09:11 +01:00
3 changed files with 5 additions and 5 deletions

View File

@ -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>

2
package-lock.json generated
View File

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

View File

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