fix:; background-overlay not showing
This commit is contained in:
parent
616e487336
commit
76ec7eee22
|
@ -6,13 +6,13 @@
|
|||
:image-urls="backgroundImageUrls"
|
||||
:active-index="activeIndex"
|
||||
>
|
||||
<div slot="overlay" class="background-tint background preloader-overlay"></div>
|
||||
</BackgroundImagePreloader>
|
||||
<BackgroundImageLoader v-else slot="background"
|
||||
class="background"
|
||||
image-url="https://via.placeholder.com/1920x1080"
|
||||
>
|
||||
</BackgroundImageLoader>
|
||||
<div slot="overlay" class="background-tint background preloader-overlay"></div>
|
||||
|
||||
<ul class="services-list">
|
||||
<li v-for="(service, index) in services"
|
||||
|
|
Loading…
Reference in New Issue