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" />
<LazyNCompClient message="lazy-named-comp-client" />
<LazyNCompServer message="lazy-named-comp-server" />
<LazyIdleDelayedNetwork />
<div style="height:3000px">
This is a very tall div
</div>
<LazyVisibleDelayedHydration />
<LazyVisibleDelayedVisible />
</div>
</template>