Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
skouter
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix loan creation error
master
Immanuel Onyeka
hace 2 años
padre
a8a6a0355c
commit
86985c4daf
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
components/new.vue
+ 1
- 1
components/new.vue
Ver fichero
@@ -236,7 +236,7 @@ const newFee = {
// Clone loan from initial example as a new loan
function create() {
this.estimate.loans.push(
Object.assign({}, example, {fees: createFees()})
Object.assign({}, example, {fees:
this.
createFees()})
)
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar