mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-19 16:01:24 +00:00
9 lines
133 B
Vue
9 lines
133 B
Vue
<template>
|
|
<div>
|
|
<LazyDelayedComponent
|
|
data-testid="hydrate-after"
|
|
:hydrate-after="50"
|
|
/>
|
|
</div>
|
|
</template>
|