Nuxt/test/fixtures/basic/pages/lazy-import-components/time.vue

9 lines
133 B
Vue
Raw Permalink Normal View History

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