Nuxt/test/fixtures/basic/pages/lazy-import-components/time.vue
Michael Brevard 281a931a0a
feat(nuxt): delayed/lazy hydration support (#26468)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-28 23:19:17 +00:00

9 lines
133 B
Vue

<template>
<div>
<LazyDelayedComponent
data-testid="hydrate-after"
:hydrate-after="50"
/>
</div>
</template>