working on replacing mediaitem-sp on listen now with mediaitem-square variant
This commit is contained in:
parent
9054bc50e2
commit
520c593d3f
3 changed files with 129 additions and 16 deletions
|
@ -1,8 +1,8 @@
|
|||
<script type="text/x-template" id="mediaitem-scroller-horizontal-sp">
|
||||
<template>
|
||||
<div class="cd-hmedia-scroller">
|
||||
<mediaitem-square-sp :item="item"
|
||||
v-for="item in items"></mediaitem-square-sp>
|
||||
<div class="cd-hmedia-scroller hmedia-scroller-card">
|
||||
<mediaitem-square kind="card" :item="item"
|
||||
v-for="item in items"></mediaitem-square>
|
||||
</div>
|
||||
</template>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue