|
@@ -2,6 +2,7 @@ import Vue from 'vue'
|
|
import Vuex from 'vuex'
|
|
import Vuex from 'vuex'
|
|
|
|
|
|
import index from './modules/index'
|
|
import index from './modules/index'
|
|
|
|
+import thread from './modules/thread'
|
|
|
|
|
|
Vue.use(Vuex)
|
|
Vue.use(Vuex)
|
|
|
|
|
|
@@ -51,6 +52,7 @@ export default new Vuex.Store({
|
|
}
|
|
}
|
|
},
|
|
},
|
|
modules: {
|
|
modules: {
|
|
- index
|
|
|
|
|
|
+ index,
|
|
|
|
+ thread
|
|
}
|
|
}
|
|
})
|
|
})
|