Added non-cms version of the alert
This commit is contained in:
parent
23d433931d
commit
e244e26419
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@
|
|||
cmsWidgetName="AlertMilitaryBaseZipWidget"
|
||||
v-if="showMilitaryZipAlert"
|
||||
alertClass="alert-warning" />
|
||||
<alert
|
||||
class="my-4"
|
||||
manualHeadline="Mobile service required"
|
||||
manualCopy="We're not able to offer in-shop service in your area, but we can bring our MobileGlassShop directly to you!"
|
||||
v-if="isServiceableMobileOnly"
|
||||
alertClass="alert-warning" />
|
||||
<serviceTypeQuestion
|
||||
v-model="selectedServiceType"
|
||||
:isServiceableMobile="isServiceableMobile"
|
||||
|
|
|
|||
Loading…
Reference in a new issue