CSR-726 | cashOrInsuranceQuestion component
This commit is contained in:
parent
24fa724cc2
commit
b936152a1d
1 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
v-model="isInsurance"
|
v-model="isInsurance"
|
||||||
groupName="CashOrInsuranceQuestion"
|
groupName="CashOrInsuranceQuestion"
|
||||||
/>
|
/>
|
||||||
|
<radioServicePackage/>
|
||||||
<funnel-footer
|
<funnel-footer
|
||||||
cmsWidgetName="FunnelFooterWidget"
|
cmsWidgetName="FunnelFooterWidget"
|
||||||
:isForwardActionDisabled="!meta.valid"
|
:isForwardActionDisabled="!meta.valid"
|
||||||
|
|
@ -59,7 +60,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
arePagePrerequisitesValid() { // Need to learn more about how this functions
|
arePagePrerequisitesValid() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -69,7 +70,7 @@ export default {
|
||||||
vehicleBanner,
|
vehicleBanner,
|
||||||
funnelSubHeader,
|
funnelSubHeader,
|
||||||
Form,
|
Form,
|
||||||
cashOrInsuranceQuestion
|
cashOrInsuranceQuestion,
|
||||||
radioServicePackage
|
radioServicePackage
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue