display disclaimer for ITAC and NoComp
This commit is contained in:
parent
b468c1000d
commit
9e587650d4
1 changed files with 7 additions and 1 deletions
|
|
@ -77,6 +77,10 @@
|
|||
isRequired
|
||||
:validationRules="rules.selectionRequired">
|
||||
</buttonQuestion>
|
||||
<text-block
|
||||
v-if="displayQuote"
|
||||
cmsWidgetName="DisclaimerWidget"
|
||||
typeStyle="caption" />
|
||||
</div>
|
||||
<siteFooter
|
||||
ref="siteFooter"
|
||||
|
|
@ -111,6 +115,7 @@ import alert from '@/ux-components/alert/alert.vue';
|
|||
import contentGroupModal from '@/iss-components/content-group-modal/content-group-modal.vue';
|
||||
import buttonQuestion from '@/digital-components/button-question/button-question.vue';
|
||||
import loadingModal from '@/iss-components/loading-modal/loading-modal.vue';
|
||||
import textBlock from '@/digital-components/text-block/text-block.vue';
|
||||
|
||||
// Import Supporting Files
|
||||
import { fetchCmsContentForPage, setupModalLinks, setupModalLink, processIfStatements } from '@/helpers/cms-content-helper.js';
|
||||
|
|
@ -134,7 +139,8 @@ export default {
|
|||
alert,
|
||||
contentGroupModal,
|
||||
buttonQuestion,
|
||||
loadingModal
|
||||
loadingModal,
|
||||
textBlock
|
||||
},
|
||||
mixins: [baseFormMixin, vehicleQuestionsMixin],
|
||||
async beforeRouteEnter(to, from, next) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue