|
|
@@ -48,6 +48,9 @@ class="bi bi-plus" viewBox="0 0 16 16"> <path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 |
|
|
|
@update:hazard="(h) => loans[sel].hazard = h" |
|
|
|
@update:taxEscrow="(t) => loans[sel].taxEscrow = t" |
|
|
|
@update:tax="(t) => loans[sel].tax = t" |
|
|
|
@update:manualMI="perc => loans[sel].mi.rate = perc" |
|
|
|
@toggle:manualMIMonthly= |
|
|
|
"() => loans[sel].mi.monthly = !loans[sel].mi.monthly" |
|
|
|
@continue="generate" |
|
|
|
/> |
|
|
|
<loan-summary v-if="hash == '#new/summary'" |
|
|
@@ -83,7 +86,7 @@ const example = { |
|
|
|
pud: true, // Property under development |
|
|
|
zip: '', |
|
|
|
fees: [], |
|
|
|
mi: {} |
|
|
|
mi: {monthly: false, rate: 0} |
|
|
|
} |
|
|
|
|
|
|
|
// The default loans on a new estimate |
|
|
|