Move track title to modal title because we're getting rid of that redundant data
This commit is contained in:
parent
7c314212d3
commit
5dc05e1696
1 changed files with 1 additions and 5 deletions
|
|
@ -7,11 +7,7 @@
|
||||||
>
|
>
|
||||||
<transition name="burst" @after-leave="$emit('close')">
|
<transition name="burst" @after-leave="$emit('close')">
|
||||||
<div v-if="content" class="modal">
|
<div v-if="content" class="modal">
|
||||||
<h2 class="center">Track Information</h2>
|
<h2>"{{ track.name }}" Information</h2>
|
||||||
<div class="general-info">
|
|
||||||
SOME INFORMATION HERE
|
|
||||||
</div>
|
|
||||||
<div class="separator" />
|
|
||||||
<div class="audio-features-container">
|
<div class="audio-features-container">
|
||||||
<div
|
<div
|
||||||
v-for="name in data_wanted"
|
v-for="name in data_wanted"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue