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>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
{{ msToMinSec(item.attributes.durationInMillis ?? 0) }}
|
||||
</div>
|
||||
<div class="content-rating" v-if="item.attributes.contentRating">
|
||||
{{ item.attributes.contentRating }}
|
||||
</div>
|
||||
<div>
|
||||
{{ msToMinSec(item.attributes.durationInMillis ?? 0) }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue