Flatten nested repos
This commit is contained in:
23
test/vuex/one-dashboard/store.js
Normal file
23
test/vuex/one-dashboard/store.js
Normal file
@@ -0,0 +1,23 @@
|
||||
// State
|
||||
// data ...
|
||||
// Mutations
|
||||
//
|
||||
//
|
||||
// Actions
|
||||
import bahan from "./modules/bahan.js";
|
||||
import sampletype from "./modules/sampletype.js";
|
||||
export const store = new Vuex.Store({
|
||||
modules: {
|
||||
bahan: bahan,
|
||||
sampletype: sampletype
|
||||
},
|
||||
state: {
|
||||
|
||||
},
|
||||
mutations: {
|
||||
|
||||
},
|
||||
actions: {
|
||||
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user