Initial import
This commit is contained in:
25
one-ui/masterdata/one-md-samplestation/store.js
Normal file
25
one-ui/masterdata/one-md-samplestation/store.js
Normal file
@@ -0,0 +1,25 @@
|
||||
// State
|
||||
// data ...
|
||||
// Mutations
|
||||
//
|
||||
//
|
||||
// Actions
|
||||
import samplestation from "./modules/samplestation.js";
|
||||
import bahan from "./modules/bahan.js";
|
||||
import system from "../../apps/modules/system/system.js";
|
||||
export const store = new Vuex.Store({
|
||||
modules: {
|
||||
samplestation: samplestation,
|
||||
bahan: bahan,
|
||||
system:system
|
||||
},
|
||||
state: {
|
||||
|
||||
},
|
||||
mutations: {
|
||||
|
||||
},
|
||||
actions: {
|
||||
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user