forked from DebaucheryLibrarian/traxxx
Actor tiles use SPA links instead of anchors.
This commit is contained in:
parent
64249a06ac
commit
2035b06888
|
@ -3,8 +3,8 @@
|
|||
v-if="actor"
|
||||
class="actor"
|
||||
>
|
||||
<a
|
||||
:href="`/actor/${actor.slug}`"
|
||||
<router-link
|
||||
:to="{ name: 'actor', params: { actorSlug: actor.slug } }"
|
||||
class="link"
|
||||
>
|
||||
<span
|
||||
|
@ -64,7 +64,7 @@
|
|||
/>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue