feat: use vue-router 4 for vue3
This commit is contained in:
@ -32,7 +32,7 @@ export default {
|
||||
this.identifier = identifier
|
||||
this.isFileMigrator = isFileMigrator
|
||||
} catch (e) {
|
||||
this.$router.push({name: '404'})
|
||||
this.$router.push({name: 'not-found'})
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user