Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
heuzef
/
lesspass
şunun yansıması
https://github.com/lesspass/lesspass.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
67
Wiki
Aktivite
Kaynağa Gözat
set length in options when version change
pull/342/head
Guillaume Vincent
7 yıl önce
ebeveyn
cee74c684e
işleme
1baf3be25a
1 değiştirilmiş dosya
ile
1 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-0
src/components/Options.vue
+ 1
- 0
src/components/Options.vue
Dosyayı Görüntüle
@@ -122,6 +122,7 @@
},
methods: {
setVersion(value){
this.options.length = value === 1 ? 12 : 16;
this.options.version = value;
this.$store.dispatch('saveVersion', {version: value});
}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet