mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-15 16:22:25 +02:00
Move locales to single json files & Replace laravel-vue-i18n with vue-i18n
This commit is contained in:
5
resources/js/router/index.js
vendored
5
resources/js/router/index.js
vendored
@ -77,9 +77,4 @@ router.beforeEach((to, from, next) => {
|
||||
});
|
||||
})
|
||||
|
||||
router.afterEach((to, from) => {
|
||||
to.meta.title = trans('titles.' + to.name)
|
||||
document.title = to.meta.title
|
||||
})
|
||||
|
||||
export default router
|
||||
|
Reference in New Issue
Block a user