124
This commit is contained in:
14
src/store/modules/bdmap.js
Normal file
14
src/store/modules/bdmap.js
Normal file
@ -0,0 +1,14 @@
|
||||
export default {
|
||||
namespaced: true,
|
||||
state: () => ({
|
||||
bdmap: null
|
||||
}),
|
||||
mutations: {
|
||||
setMap(state, map) {
|
||||
state.bdmap = map;
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user