added content from /gdp/corpus
This commit is contained in:
+2
-1
@@ -1,11 +1,12 @@
|
||||
import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
|
||||
// https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart
|
||||
import Corpus from './modules/corpus'
|
||||
|
||||
Vue.use(Vuex)
|
||||
export default new Vuex.Store({
|
||||
modules: {
|
||||
Corpus
|
||||
// search
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user