fix:; background-overlay not showing

This commit is contained in:
ManjaroOne666 2019-01-30 17:34:40 +00:00
parent 616e487336
commit 76ec7eee22
1 changed files with 1 additions and 1 deletions

View File

@ -6,13 +6,13 @@
:image-urls="backgroundImageUrls" :image-urls="backgroundImageUrls"
:active-index="activeIndex" :active-index="activeIndex"
> >
<div slot="overlay" class="background-tint background preloader-overlay"></div>
</BackgroundImagePreloader> </BackgroundImagePreloader>
<BackgroundImageLoader v-else slot="background" <BackgroundImageLoader v-else slot="background"
class="background" class="background"
image-url="https://via.placeholder.com/1920x1080" image-url="https://via.placeholder.com/1920x1080"
> >
</BackgroundImageLoader> </BackgroundImageLoader>
<div slot="overlay" class="background-tint background preloader-overlay"></div>
<ul class="services-list"> <ul class="services-list">
<li v-for="(service, index) in services" <li v-for="(service, index) in services"