Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
bubblev
/
bubble-web
Seguir
8
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix conditional app config view
pull/46/head
Jonathan Cobb
hace 4 años
padre
a4944233bf
commit
bf4d8d45b4
Se han
modificado 2 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/account/AppConfigPage.vue
+1
-0
src/account/AppPage.vue
+ 1
- 1
src/account/AppConfigPage.vue
Ver fichero
@@ -133,7 +133,7 @@
</template>
<script>
import { mapState, mapActions, mapGetters } from 'vuex'
import { mapState, mapActions, mapGetters } from 'vuex'
;
import { util } from '~/_helpers';
import { safeEval } from '~/_store';
+ 1
- 0
src/account/AppPage.vue
Ver fichero
@@ -82,6 +82,7 @@
<script>
import { mapState, mapActions, mapGetters } from 'vuex';
import { util } from '~/_helpers';
import { safeEval } from '~/_store';
export default {
data () {
Escribir
Vista previa
Cargando…
Cancelar
Guardar