removed
This commit is contained in:
parent
ab947a4d15
commit
b8d5f7a72d
1 changed files with 0 additions and 6 deletions
|
|
@ -4,7 +4,6 @@
|
|||
v-if="imageSrc"
|
||||
>
|
||||
<img class="logo-image img-fluid" :src="imageSrc" alt="Safelite logo" />
|
||||
<p> {{eventBusItem}} </p>
|
||||
<alert
|
||||
v-if="displayGlobalAlert"
|
||||
:alertClass="globalAlertMessage.type"
|
||||
|
|
@ -39,11 +38,6 @@ export default {
|
|||
this.imageSrc = cmsContent.LogoImage;
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
eventBusItem(){
|
||||
return eventBus.readAndPopEventFromBus(globalEvents.Categories.GLOBAL_ALERT, globalEvents.SubCategories.PAGE_NOT_FOUND);
|
||||
}
|
||||
},
|
||||
components: {
|
||||
alert,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue