actually clean up journal for unknown paths
This commit is contained in:
parent
fe2604376b
commit
7995622423
3 changed files with 105 additions and 81 deletions
|
|
@ -33,7 +33,7 @@ import messages from 'src/i18n/messages'
|
|||
import localeService from 'src/services/locale/locale.service.js'
|
||||
|
||||
// Helper to unwrap reactive proxies
|
||||
window.toValue = x => JSON.parse(JSON.stringify(x))
|
||||
window.toValue = (x) => JSON.parse(JSON.stringify(x))
|
||||
|
||||
export default {
|
||||
name: 'app',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue