0
0
Fork 0

Iterate through the datapoints differently.

This way I can write edge-cases for specific data points (see: Loudness / Popularity)
This commit is contained in:
Oliver-Akins 2020-08-11 00:47:23 -06:00
parent 5f7bc61ebc
commit cc00d4a92d

View file

@ -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"