@@ -17,7 +17,7 @@ export default {
created () {
if (this.error.statusCode === 500 && this.error.message.indexOf('Loading chunk') === 0) {
console.log('Loading chunk 26 failed')
- this.$router.replace('/')
+ this.$router.redirect('/')
}
},
head () {