Rename quote-modal to modal and move to common-components folder.
This commit is contained in:
parent
50b868c0cc
commit
5af0e6855e
2 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<script>
|
||||
import textLink from "@/ux-components/text-link/text-link";
|
||||
export default {
|
||||
name: 'quoteModal',
|
||||
name: 'modal',
|
||||
props: {
|
||||
headlineText: String,
|
||||
cmsWidgetName: String,
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
@ForwardClicked="forwardButtonAction"
|
||||
/>
|
||||
</div>
|
||||
<quoteModal
|
||||
<modal
|
||||
cmsWidgetName="EstimateRainDefenseModal"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -34,7 +34,7 @@ import funnelFooter from "@/common-components/funnel-footer/funnel-footer";
|
|||
import vehicleBanner from "@/common-components/vehicle-banner/vehicle-banner";
|
||||
import funnelSubHeader from "@/common-components/funnel-sub-header/funnel-sub-header";
|
||||
import radioServicePackage from "@/ux-components/radio-service-package/radio-service-package";
|
||||
import quoteModal from "@/layouts/quote/quote-modal/quote-modal.vue";
|
||||
import modal from "@/common-components/modal/modal.vue";
|
||||
import cashOrInsuranceQuestion from "./cash-or-insurance-question/cash-or-insurance-question";
|
||||
|
||||
import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
|
||||
|
|
@ -80,7 +80,7 @@ export default {
|
|||
funnelSubHeader,
|
||||
Form,
|
||||
radioServicePackage,
|
||||
quoteModal,
|
||||
modal,
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue