feat: Display year/month durations via getters
This commit is contained in:
parent
915b91c624
commit
5332f6035a
5 changed files with 40 additions and 25 deletions
|
|
@ -1,12 +1,9 @@
|
|||
<template>
|
||||
<responsive-grid>
|
||||
<progress-button
|
||||
<mission-button
|
||||
v-for="(mission, index) in $store.state.missions"
|
||||
:key="index"
|
||||
:label="mission.name"
|
||||
:description="mission.description"
|
||||
:max="mission.completionCriteria.cost"
|
||||
:value="$store.state.currency"
|
||||
:mission="mission"
|
||||
/>
|
||||
</responsive-grid>
|
||||
</template>
|
||||
|
|
|
|||
Reference in a new issue