Iterate through the datapoints differently.
This way I can write edge-cases for specific data points (see: Loudness / Popularity)
This commit is contained in:
parent
5f7bc61ebc
commit
cc00d4a92d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<div class="separator" />
|
||||
<div class="audio-features-container">
|
||||
<div
|
||||
v-for="(value, name) in data_points"
|
||||
v-for="name in data_wanted"
|
||||
:id="`${name}-container`"
|
||||
:key="name"
|
||||
class="audio-feature"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue