added 404 notfound behavior
This commit is contained in:
@@ -55,6 +55,10 @@ export default {
|
||||
.catch((error) => {
|
||||
console.warn('Issue with nominum', error)
|
||||
Promise.reject(error)
|
||||
this.$router.replace({
|
||||
name: 'notfound',
|
||||
query: { fullpath: this.$route.path }
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user