modify-database
Nolan Lawson 2018-02-19 20:28:31 -08:00
rodzic 17330ed621
commit 5c45212159
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ export const store = new PinaforeStore({
mixins(PinaforeStore)
computations(store)
export function initStore() {
export function initStore () {
observers(store)
}