Compare commits
No commits in common. "e9dfeba11ff8efff904352c57b1158a05b8f480d" and "64249a06acf366a2b555149f29e62d33a31d4d67" have entirely different histories.
e9dfeba11f
...
64249a06ac
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.68.2",
|
||||
"version": "1.68.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue