소스 검색

set length in options when version change

pull/342/head
Guillaume Vincent 7 년 전
부모
커밋
1baf3be25a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/components/Options.vue

+ 1
- 0
src/components/Options.vue 파일 보기

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


불러오는 중...
취소
저장