replace modal
This commit is contained in:
parent
edb1321413
commit
6ef13b9ee9
1 changed files with 5 additions and 1 deletions
|
|
@ -8,6 +8,11 @@
|
||||||
<div class="row px-3">
|
<div class="row px-3">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="select-car-form rounded">
|
<div class="select-car-form rounded">
|
||||||
|
<serviceZipModalQuestion
|
||||||
|
v-model="serviceZipCodeQuestion"
|
||||||
|
ref="serviceZipCodeQuestion"
|
||||||
|
linkWidgetName="ServiceZipLinkWidget"
|
||||||
|
modalWidgetName="ServiceZipModalWidget" />
|
||||||
<buttonQuestion
|
<buttonQuestion
|
||||||
cmsWidgetName="ServiceTypeQuestionWidget"
|
cmsWidgetName="ServiceTypeQuestionWidget"
|
||||||
:questionText="questionText"
|
:questionText="questionText"
|
||||||
|
|
@ -132,7 +137,6 @@ export default {
|
||||||
this.serviceZipState = newValue.serviceZipState;
|
this.serviceZipState = newValue.serviceZipState;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
arePagePrerequisiteValid() {
|
arePagePrerequisiteValid() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue