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 cb9c227 commit 92b684c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { detectOS } from "@/util/";
import lstore from "@/plugins/lstore/";

import modules from "./module/";
import EASEMOB from "./easemob/index.js";
// import EASEMOB from "./easemob/index.js";

Vue.use(Vuex);

Expand Down Expand Up @@ -44,7 +44,7 @@ export default new Vuex.Store({
getters,
actions,
mutations,
modules,
modules
// modules: {
// ...modules,
// EASEMOB
Expand Down

0 comments on commit 92b684c

Please sign in to comment.