chore: remove global mixing

This commit is contained in:
Dominik Pschenitschni 2022-06-23 03:23:39 +02:00
parent b0ee316a26
commit 4a247b2a7d
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
13 changed files with 30 additions and 25 deletions

View file

@ -72,6 +72,7 @@ import AbstractMigrationService from '@/services/migrator/abstractMigration'
import AbstractMigrationFileService from '@/services/migrator/abstractMigrationFile'
import Logo from '@/assets/logo.svg?component'
import Message from '@/components/misc/message.vue'
import { setTitle } from '@/helpers/setTitle'
import {formatDateLong} from '@/helpers/time/formatDate'
@ -116,7 +117,7 @@ export default defineComponent({
},
mounted() {
this.setTitle(this.$t('migrate.titleService', {name: this.migrator.name}))
setTitle(this.$t('migrate.titleService', {name: this.migrator.name}))
},
methods: {