WIP
This commit is contained in:
parent
6ee2bbb1e7
commit
9fcc352bae
2 changed files with 14 additions and 14 deletions
|
|
@ -101,12 +101,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <recalModal
|
<recalModal
|
||||||
:ref="RECAL_MODAL_REF_NAME"
|
|
||||||
cmsWidgetName="RecalModal" /> -->
|
|
||||||
<contentGroupModal
|
|
||||||
:ref="RECAL_MODAL_REF_NAME"
|
:ref="RECAL_MODAL_REF_NAME"
|
||||||
cmsWidgetName="RecalModal" />
|
cmsWidgetName="RecalModal" />
|
||||||
|
<!-- <contentGroupModal
|
||||||
|
:ref="RECAL_MODAL_REF_NAME"
|
||||||
|
cmsWidgetName="RecalModal" /> -->
|
||||||
<cancelClaimModal
|
<cancelClaimModal
|
||||||
:ref="CANCEL_CLAIM_REF_NAME"
|
:ref="CANCEL_CLAIM_REF_NAME"
|
||||||
@cancelClaimConfirmation="cancelClaim"
|
@cancelClaimConfirmation="cancelClaim"
|
||||||
|
|
@ -124,8 +124,8 @@ import textLink from '@/ux-components/text-link/text-link.vue';
|
||||||
import buttonMain from '@/ux-components/button-main/button-main.vue';
|
import buttonMain from '@/ux-components/button-main/button-main.vue';
|
||||||
import siteFooter from '@/iss-components/site-footer/site-footer.vue';
|
import siteFooter from '@/iss-components/site-footer/site-footer.vue';
|
||||||
import afterpayModalBanner from '@/layouts/coverage-statement/afterpay-modal-banner/afterpay-modal-banner.vue';
|
import afterpayModalBanner from '@/layouts/coverage-statement/afterpay-modal-banner/afterpay-modal-banner.vue';
|
||||||
// import recalModal from '@/layouts/coverage-statement/recal-modal/recal-modal.vue';
|
import recalModal from '@/layouts/coverage-statement/recal-modal/recal-modal.vue';
|
||||||
import contentGroupModal from '@/iss-components/content-group-modal/content-group-modal.vue';
|
// import contentGroupModal from '@/iss-components/content-group-modal/content-group-modal.vue';
|
||||||
|
|
||||||
// Import Supporting Files
|
// Import Supporting Files
|
||||||
import {
|
import {
|
||||||
|
|
@ -162,8 +162,8 @@ export default {
|
||||||
siteFooter,
|
siteFooter,
|
||||||
cancelClaimModal,
|
cancelClaimModal,
|
||||||
afterpayModalBanner,
|
afterpayModalBanner,
|
||||||
// recalModal,
|
recalModal,
|
||||||
contentGroupModal
|
// contentGroupModal
|
||||||
},
|
},
|
||||||
mixins: [baseFormMixin, vehicleQuestionsMixin],
|
mixins: [baseFormMixin, vehicleQuestionsMixin],
|
||||||
async beforeRouteEnter(to, from, next) {
|
async beforeRouteEnter(to, from, next) {
|
||||||
|
|
|
||||||
|
|
@ -37,12 +37,12 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
openModal() {
|
// openModal() {
|
||||||
this.$refs['RecalModal'].openModal();
|
// this.$refs['RecalModal'].openModal();
|
||||||
},
|
// },
|
||||||
closeModal() {
|
// closeModal() {
|
||||||
this.$refs['RecalModal'].closeModal();
|
// this.$refs['RecalModal'].closeModal();
|
||||||
},
|
// },
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue