Client - minor refacto + fix
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user