diff --git a/components/new/details.vue b/components/new/details.vue
index e36dbcf..38a87b1 100644
--- a/components/new/details.vue
+++ b/components/new/details.vue
@@ -61,14 +61,29 @@
@@ -291,7 +306,7 @@ export default {
'update:loanType',
'update:loanTerm',
'update:loanProgram',
- 'update:ltv'
+ 'update:ltv',
],
data() {
return {
diff --git a/components/new/new.vue b/components/new/new.vue
index 2836d3d..618f2ba 100644
--- a/components/new/new.vue
+++ b/components/new/new.vue
@@ -27,6 +27,13 @@ class="bi bi-plus" viewBox="0 0 16 16"> loans[sel].title = name"
@del="del"
+ @update:borrowers="(b) => estimate.borrowers = b"
+ @update:creditScore="(c) => estimate.creditScore = c"
+ @update:mIncome="(m) => estimate.mIncome = m"
+ @update:transaction="(t) => estimate.transaction = t"
+ @update:property="(p) => estimate.property = p"
+
+ @update:loanType="(lt) => loans[sel].type = lt"
/>