4
2
Fork 0
app/src/store/state.js

11 lines
181 B
JavaScript

export default {
saved_translations: [],
selected: {
translation: null,
book: null,
chapter: null
},
loading: false,
in_memory_translation: {},
search: '',
}