added content from /gdp/corpus

This commit is contained in:
2019-08-21 11:54:20 +02:00
parent 5ddfb7d286
commit 157f964783
4 changed files with 108 additions and 23 deletions
+2 -1
View File
@@ -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
}
})