Lay foundations for fully implementing the info cards
This commit is contained in:
parent
0b8f169a02
commit
eebb319357
4 changed files with 84 additions and 7 deletions
|
|
@ -1,11 +1,22 @@
|
|||
<template>
|
||||
<div class="card"></div>
|
||||
<div class="card">
|
||||
<div class="image"></div>
|
||||
<div class="track-info"></div>
|
||||
<div class="popularity bottom left corner"></div>
|
||||
<div class="duration bottom right corner"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: `TrackCard`,
|
||||
components: {},
|
||||
props: {
|
||||
item: {
|
||||
type: Object,
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
data() { return {};},
|
||||
computed: {},
|
||||
methods: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue