mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
chore: add network idle component
This commit is contained in:
parent
d32cfdf09b
commit
f4f8ca08dc
@ -3,9 +3,10 @@
|
|||||||
<LazyNCompAll message="lazy-named-comp-all" />
|
<LazyNCompAll message="lazy-named-comp-all" />
|
||||||
<LazyNCompClient message="lazy-named-comp-client" />
|
<LazyNCompClient message="lazy-named-comp-client" />
|
||||||
<LazyNCompServer message="lazy-named-comp-server" />
|
<LazyNCompServer message="lazy-named-comp-server" />
|
||||||
|
<LazyIdleDelayedNetwork />
|
||||||
<div style="height:3000px">
|
<div style="height:3000px">
|
||||||
This is a very tall div
|
This is a very tall div
|
||||||
</div>
|
</div>
|
||||||
<LazyVisibleDelayedHydration />
|
<LazyVisibleDelayedVisible />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user