Bläddra i källkod

set length in options when version change

pull/342/head
Guillaume Vincent 7 år sedan
förälder
incheckning
1baf3be25a
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      src/components/Options.vue

+ 1
- 0
src/components/Options.vue Visa fil

@@ -122,6 +122,7 @@
},
methods: {
setVersion(value){
this.options.length = value === 1 ? 12 : 16;
this.options.version = value;
this.$store.dispatch('saveVersion', {version: value});
}


Laddar…
Avbryt
Spara