-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Hi,
I used the LazyHydrate as follows but But in all cases, even "never" immediately runs the slideshow and the photos are displayed. What is the reason?
<template>
<LazyHydrate when-idle>
<header-slide-show :laravel-slides="images" :rtl="rtl"></header-slide-show>
</LazyHydrate>
</template>
<script>
import LazyHydrate from 'vue-lazy-hydration';
export default {
components: {
LazyHydrate,
headerSlideShow: () => import('./headerSlideShow'),
},
props: [
'images', 'rtl'
],
name: "loadHeaderSlideShow"
}
</script>
Metadata
Metadata
Assignees
Labels
No labels