Skip to content

LazyHydrate not work for me #117

@nekooee

Description

@nekooee

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions