Added content-rating to mediaitem-list-item
This commit is contained in:
parent
f88477f18f
commit
56b20e7080
2 changed files with 17 additions and 0 deletions
|
@ -242,6 +242,9 @@
|
|||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-rating" v-if="item.attributes.contentRating">
|
||||
{{ item.attributes.contentRating }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue