Explorar el Código

set length in options when version change

pull/342/head
Guillaume Vincent hace 7 años
padre
commit
1baf3be25a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +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});
}


Cargando…
Cancelar
Guardar