refactor: use a component to test transform

This commit is contained in:
Michael Brevard 2024-04-08 19:18:47 +03:00 committed by GitHub
parent d89e70e065
commit 4b0d88c54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@
<div style="height:3000px">
This is a very tall div
</div>
<LazyDelayedWrapperTestComponent>This shouldn't be visible at first!</LazyDelayedWrapperTestComponent>
<LazyDelayedWrapperTestComponent/>
</div>
</template>