Client - minor refacto + fix

This commit is contained in:
Sam
2021-10-23 16:09:16 +02:00
parent 2de2ad3f3f
commit d072189936
3 changed files with 5 additions and 12 deletions

View File

@ -6,7 +6,6 @@
<script lang="ts">
import { defineComponent } from 'vue'
import { useI18n } from 'vue-i18n'
import NotFound from '@/components/Common/NotFound.vue'
@ -15,9 +14,5 @@
components: {
NotFound,
},
setup() {
const { t } = useI18n()
return { t }
},
})
</script>