update proses add akun pusat media jurnal & move barcode to serah terima

This commit is contained in:
2026-05-13 16:52:20 +07:00
parent 38a182641a
commit d018e85927
44 changed files with 14646 additions and 12 deletions

View File

@@ -0,0 +1,23 @@
// State
// data ...
// Mutations
//
//
// Actions
import journal from "./modules/journal.js";
import system from "../../../apps/modules/system/system.js";
export const store = new Vuex.Store({
modules: {
journal: journal,
system:system
},
state: {
},
mutations: {
},
actions: {
}
});