mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Explore
This commit is contained in:
parent
1153f78546
commit
44ee558509
3 changed files with 74 additions and 34 deletions
|
@ -57,7 +57,7 @@ onMounted(() => {
|
|||
<h4>{{ title }}</h4>
|
||||
<a
|
||||
:href="channel"
|
||||
@click.prevent="$emit('get-artist', channel.split('/')[2])"
|
||||
@click.prevent="$emit('get-artist', channel.replace('/channel', ''))"
|
||||
class="ign">
|
||||
<i class="ign">{{ author.replaceAll(' - Topic', '') }}</i>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue