diff --git a/src/components/migrator/migration.vue b/src/components/migrator/migration.vue index 35a613f11..fcce0cc88 100644 --- a/src/components/migrator/migration.vue +++ b/src/components/migrator/migration.vue @@ -36,14 +36,7 @@
- - - - - - - - +
Vikunja
@@ -74,15 +67,19 @@ import AbstractMigrationService from '../../services/migrator/abstractMigration' import AbstractMigrationFileService from '../../services/migrator/abstractMigrationFile' +const PROGRESS_DOTS_COUNT = 8 + export default { name: 'migration', data() { return { + progressDotsCount: PROGRESS_DOTS_COUNT, authUrl: '', isMigrating: false, lastMigrationDate: null, message: '', migratorAuthCode: '', + migrationService: null, } }, props: {