mirror of
https://github.com/getbible/app.git
synced 2024-11-16 01:57:14 +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