Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 1534a2a

Browse files
committed
Merge branch 'dev'
2 parents 05d9b2a + 45ba274 commit 1534a2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • template/src/store/module-example

template/src/store/module-example/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import actions from './actions';
55
import getters from './getters';
66
import mutations from './mutations';
77

8-
const module: Module<ExampleStateInterface, StoreInterface> = {
8+
const exampleModule: Module<ExampleStateInterface, StoreInterface> = {
99
namespaced: true,
1010
actions,
1111
getters,
1212
mutations,
1313
state
1414
};
1515

16-
export default module;
16+
export default exampleModule;

0 commit comments

Comments
 (0)