Procházet zdrojové kódy

set length in options when version change

pull/342/head
Guillaume Vincent před 7 roky
rodič
revize
1baf3be25a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/components/Options.vue

+ 1
- 0
src/components/Options.vue Zobrazit soubor

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


Načítá se…
Zrušit
Uložit