Client - add missing translations on chart + message when no workouts

This commit is contained in:
Sam
2021-09-21 08:51:07 +02:00
parent 795599ad46
commit 5dadbee29c
12 changed files with 117 additions and 43 deletions

View File

@ -8,7 +8,7 @@
</div>
</template>
<script lang="ts" scoped>
<script lang="ts">
import { ComputedRef, PropType, computed, defineComponent } from 'vue'
import Chart from '@/components/Common/StatsChart/Chart.vue'
@ -68,7 +68,7 @@
})
</script>
<style lang="scss">
<style lang="scss" scoped>
@import '~@/scss/base';
.stat-chart {
.chart {