This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
zhangs
/
surveyMaker
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
6b7547feab
Ramas
Etiquetas
develop
feature_调研宝相关优化
master
surveyMaker
/
src
/
vuex
/
store.js
store.js
114 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
import editor from './editor'
import user from './user'
export default {
modules: {
editor,
user
}
}