This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
moonsflyer
/
zhongshen_project
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
a72e9b164c
Ramas
Etiquetas
master
zhongshen_proje...
/
addon
/
mobileshop
/
source
/
os
/
common
/
js
/
golbalConfig.js
golbalConfig.js
121 B
Histórico
Raw
1
2
3
4
5
6
7
8
export default {
computed: {
//插件是否存在
addonIsExit() {
return this.$store.state.addonIsExit
},
}
}