4
2
Fork 0

changed default initialisation from functions

This commit is contained in:
Erastus Amunwe 2020-11-02 10:09:20 +02:00
parent 2f677e6aea
commit f80f015c0e
1 changed files with 12 additions and 0 deletions

12
src/store/state.js Normal file
View File

@ -0,0 +1,12 @@
export default {
saved_translations: [],
// test: (()=>(['Hello', 'Wold']))()
// ,
selected:{
translation: null,
book: null,
chapter: null
},
in_memory_translation:{},
search: '',
}