Fix Maximum call stack size exceeded - Fixes #232 - reverts 969367e

This commit is contained in:
Bubka 2023-09-17 21:44:33 +02:00
parent 04ac8f2818
commit a2fe6c8cc1

View File

@ -72,7 +72,7 @@ let isFirstLoad = true;
router.beforeEach((to, from, next) => {
document.title = to.meta.title = router.app.$options.i18n.t('titles.' + to.name)
document.title = router.app.$options.i18n.t('titles.' + to.name)
if( to.name === 'accounts') {
to.params.isFirstLoad = isFirstLoad ? true : false