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

This commit is contained in:
Michael Brevard 2024-06-03 00:00:08 +03:00 committed by GitHub
parent 6d3ec1714b
commit 90fb0d5904
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 should be visible at first!
</div>
</template>

View File

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