Explorar el Código

remove unneeded comma

pull/342/head
Guillaume Vincent hace 7 años
padre
commit
19dc8ec910
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/views/Login.vue

+ 2
- 2
src/views/Login.vue Ver fichero

@@ -112,7 +112,7 @@
showError: false,
errorMessage: '',
errors: {...defaultErrors},
showOptions: false,
showOptions: false
};
},
components: {
@@ -120,7 +120,7 @@
MasterPassword
},
computed: {
...mapGetters(['version']),
...mapGetters(['version'])
},
methods: {
noErrors(){


Cargando…
Cancelar
Guardar