- code splitting with vue router

This commit is contained in:
Peter Papp
2020-08-14 10:02:24 +02:00
parent 840898ec9a
commit f03c6edec1
8 changed files with 195 additions and 189 deletions

View File

@@ -26,7 +26,7 @@ const actions = {
if ([401, 403].includes(error.response.status)) {
commit('SET_AUTHORIZED', false)
router.push({name: 'SignIn'})
//router.push({name: 'SignIn'})
}
}
)