Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
lesspass
espelho de
https://github.com/lesspass/lesspass.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
67
Wiki
Trabalho
Ver a proveniência
set length in options when version change
pull/342/head
Guillaume Vincent
há 7 anos
ascendente
cee74c684e
cometimento
1baf3be25a
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
src/components/Options.vue
+ 1
- 0
src/components/Options.vue
Ver ficheiro
@@ -122,6 +122,7 @@
},
methods: {
setVersion(value){
this.options.length = value === 1 ? 12 : 16;
this.options.version = value;
this.$store.dispatch('saveVersion', {version: value});
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar