Merge pull request #2398 from Safelite/CASH-403-update-menu-modal-show-hide
CASH-403 update menu modal show/hide.
This commit is contained in:
commit
d428a5b170
1 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,9 @@
|
|||
class="funnel-header d-flex justify-content-center align-items-center flex-column"
|
||||
v-if="imageSrc">
|
||||
<img class="logo-image img-fluid" :src="imageSrc" alt="Safelite logo" />
|
||||
<!-- <menuModal /> Hide temporarily until re-implemented for use with progress bar. Edit display: none below as well. -->
|
||||
<!-- // menu-modal temporarily not in use until the hamburger menu is re-implemented for use with the progress bar. See display: none below. -->
|
||||
<menuModal />
|
||||
<!-- // menu-modal temporarily not in use until the hamburger menu is re-implemented for use with the progress bar. See display: none below. -->
|
||||
</div>
|
||||
<template v-for="globalAlert in globalAlertMessages" :key="globalAlert.id">
|
||||
<transition name="fade" mode="out-in">
|
||||
|
|
@ -59,7 +61,7 @@ export default {
|
|||
},
|
||||
components: {
|
||||
alert,
|
||||
//menuModal, Temporary hide. See above.
|
||||
menuModal,
|
||||
},
|
||||
mounted() {
|
||||
// Check if alert event is on the bus
|
||||
|
|
|
|||
Loading…
Reference in a new issue