mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix indent
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
v-if="video.uploaderUrl && (video.uploaderName || video.uploader) && !hideChannel" custom
|
||||
v-slot="{ navigate }"
|
||||
>
|
||||
<h5 @click="navigate" @keypress.enter="navigate" role="link">{{
|
||||
video.uploaderName || video.uploader
|
||||
}}</h5>
|
||||
<h5 @click="navigate" @keypress.enter="navigate" role="link">
|
||||
{{ video.uploaderName || video.uploader }}
|
||||
</h5>
|
||||
</router-link>
|
||||
<slot/>
|
||||
{{ $tc('counts.views', video.views, { n: this.$store.getters['i18n/fmtNumber'](video.views) }) }}<br/>
|
||||
|
||||
Reference in New Issue
Block a user