chore: add network idle component

This commit is contained in:
Michael Brevard 2024-06-03 00:02:31 +03:00 committed by GitHub
parent d32cfdf09b
commit f4f8ca08dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>