defineLazyHydrationComponent can't import component
this my code
and i make error LazyListMovieStyleA is not defined
but I am sure the path is correct
and i make error LazyListMovieStyleA is not defined
but I am sure the path is correct
<template>
<div>
<LazyListMovieStyleA />
</div>
</template>
<script setup>
const LazyListMovieStyleA = defineLazyHydrationComponent('visible', () =>
import('@/components/page-comp/home/ListMovieStyleA.vue')
)
</script>