ratingTag before time
This commit is contained in:
parent
0a6f5a78d8
commit
836028762e
1 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,12 @@
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
{{ msToMinSec(item.attributes.durationInMillis ?? 0) }}
|
|
||||||
</div>
|
|
||||||
<div class="content-rating" v-if="item.attributes.contentRating">
|
<div class="content-rating" v-if="item.attributes.contentRating">
|
||||||
{{ item.attributes.contentRating }}
|
{{ item.attributes.contentRating }}
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
{{ msToMinSec(item.attributes.durationInMillis ?? 0) }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue