Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
lesspass
réplica de
https://github.com/lesspass/lesspass.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
67
Wiki
Actividad
Explorar el Código
set length in options when version change
pull/342/head
Guillaume Vincent
hace 7 años
padre
cee74c684e
commit
1baf3be25a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/components/Options.vue
+ 1
- 0
src/components/Options.vue
Ver fichero
@@ -122,6 +122,7 @@
},
methods: {
setVersion(value){
this.options.length = value === 1 ? 12 : 16;
this.options.version = value;
this.$store.dispatch('saveVersion', {version: value});
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar