Client - refactoring & display fix

This commit is contained in:
Sam
2021-09-27 11:49:17 +02:00
parent b7b2eb0daf
commit 42c16a9680
11 changed files with 220 additions and 158 deletions

View File

@ -25,7 +25,7 @@
</template>
<script lang="ts">
import { defineComponent, PropType } from 'vue'
import { PropType, defineComponent } from 'vue'
import { useI18n } from 'vue-i18n'
import Card from '@/components/Common/Card.vue'