chore: remove global mixing
This commit is contained in:
parent
b0ee316a26
commit
4a247b2a7d
13 changed files with 30 additions and 25 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Reference in a new issue