Update and rename DelayedHydration.client.vue to DelayedVisible.client.vue

This commit is contained in:
Michael Brevard 2024-06-02 23:59:43 +03:00 committed by GitHub
parent 5051c861b1
commit 6d3ec1714b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +0,0 @@
<template>
<div>
This shouldn't be visible at first!
</div>
</template>

View File

@ -0,0 +1,5 @@
<template>
<div>
This shouldn't be visible at first with viewport!
</div>
</template>