Compare commits

..

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

3 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@
v-if="actor"
class="actor"
>
<router-link
:to="{ name: 'actor', params: { actorSlug: actor.slug } }"
<a
:href="`/actor/${actor.slug}`"
class="link"
>
<span
@ -64,7 +64,7 @@
/>
</span>
</div>
</router-link>
</a>
</div>
</template>

2
package-lock.json generated
View File

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

View File

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