Client - get workouts ordered by distance, duration or average speed

This commit is contained in:
Sam
2021-11-02 15:12:57 +01:00
parent 05b22e6f72
commit e8350abf55
7 changed files with 90 additions and 26 deletions

View File

@ -9,7 +9,7 @@
@change="onSelectUpdate"
>
<option v-for="order in order_by" :value="order" :key="order">
{{ $t(`${message}.${order}`) }}
{{ $t(`${message}.${order.toUpperCase()}`) }}
</option>
</select>
</label>