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

2
package-lock.json generated
View File

@ -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": {

View File

@ -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": {