4
2
mirror of https://github.com/getbible/app.git synced 2024-05-28 16:40:48 +00:00

changed default initialisation from functions

This commit is contained in:
Erastus Amunwe 2020-11-02 10:09:20 +02:00
parent 2f677e6aea
commit f80f015c0e

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: '',
}