mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-03 14:11:08 +00:00
fix: subscribers label
This commit is contained in:
parent
3487c21e63
commit
fe0ac1beac
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
||||||
:class="
|
:class="
|
||||||
$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'
|
$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'
|
||||||
"
|
"
|
||||||
v-text="video.channelSubs"
|
v-text="video.channelSubs + ' subscribers'"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue