This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
zhangs
/
surveyMaker
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6b7547feab
Rami (Branch)
Tag
develop
feature_调研宝相关优化
master
surveyMaker
/
src
/
vuex
/
store.js
store.js
114 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
import editor from './editor'
import user from './user'
export default {
modules: {
editor,
user
}
}