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"
|
||||
groupName="CashOrInsuranceQuestion"
|
||||
/>
|
||||
<radioServicePackage/>
|
||||
<funnel-footer
|
||||
cmsWidgetName="FunnelFooterWidget"
|
||||
:isForwardActionDisabled="!meta.valid"
|
||||
|
|
@ -59,7 +60,7 @@ export default {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
arePagePrerequisitesValid() { // Need to learn more about how this functions
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
|
@ -69,7 +70,7 @@ export default {
|
|||
vehicleBanner,
|
||||
funnelSubHeader,
|
||||
Form,
|
||||
cashOrInsuranceQuestion
|
||||
cashOrInsuranceQuestion,
|
||||
radioServicePackage
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue