Client - minor refactor

This commit is contained in:
Sam
2021-08-11 22:21:26 +02:00
parent 72db7afe44
commit 3dc1e46329
20 changed files with 32 additions and 12 deletions

View File

@ -13,6 +13,7 @@
<script lang="ts">
import { defineComponent } from 'vue'
import BikePic from '@/components/BikePic.vue'
import LoginForm from '@/components/User/LoginForm.vue'

View File

@ -11,6 +11,7 @@
<script lang="ts">
import { defineComponent } from 'vue'
import { useI18n } from 'vue-i18n'
import Error from '@/components/Error.vue'
export default defineComponent({