Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix: 改错
Browse files Browse the repository at this point in the history
  • Loading branch information
boxshadow committed May 9, 2018
1 parent 98c0a56 commit cb9c227
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export default new Vuex.Store({
getters,
actions,
mutations,
modules
modules: {
...modules,
EASEMOB
}
modules,
// modules: {
// ...modules,
// EASEMOB
// }
});

0 comments on commit cb9c227

Please sign in to comment.