wip: add comp to lazy-import-components

This commit is contained in:
Michael Brevard 2024-04-08 17:37:18 +03:00 committed by GitHub
parent 816ba111b4
commit 6c683e0b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,5 +3,7 @@
<LazyNCompAll message="lazy-named-comp-all" />
<LazyNCompClient message="lazy-named-comp-client" />
<LazyNCompServer message="lazy-named-comp-server" />
<div style="height:3000px">This is a very tall div</div>
<LazyDelayedWrapperTestComponent>This shouldn't be visible at first!</LazyDelayedWrapperTestComponent>
</div>
</template>