mirror of
https://github.com/getbible/app.git
synced 2024-12-22 15:58:55 +00:00
changed default initialisation from functions
This commit is contained in:
parent
2f677e6aea
commit
f80f015c0e
12
src/store/state.js
Normal file
12
src/store/state.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
export default {
|
||||||
|
saved_translations: [],
|
||||||
|
// test: (()=>(['Hello', 'Wold']))()
|
||||||
|
// ,
|
||||||
|
selected:{
|
||||||
|
translation: null,
|
||||||
|
book: null,
|
||||||
|
chapter: null
|
||||||
|
},
|
||||||
|
in_memory_translation:{},
|
||||||
|
search: '',
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user