Router not longer redirects to dashboard on page reload #13

Merged
carlosjr merged 3 commits from page_reload_fix into dev 2022-04-21 14:23:13 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit b2b8b47f56 - Show all commits

View File

@ -33,6 +33,7 @@ export default {
pageTitles: {
customers: 'Customers',
list: 'List',
createCustomer: 'Create customer',
basicData: 'Basic Data'
}
},

View File

@ -33,6 +33,7 @@ export default {
pageTitles: {
customers: 'Clientes',
list: 'Listado',
createCustomer: 'Crear cliente',
basicData: 'Datos básicos'
}
},