mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
Update and rename DelayedHydration.server.vue to DelayedVisible.server.vue
This commit is contained in:
parent
6d3ec1714b
commit
90fb0d5904
@ -1,5 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
This should be visible at first!
|
||||
</div>
|
||||
</template>
|
5
test/fixtures/basic/components/DelayedVisible.server.vue
vendored
Normal file
5
test/fixtures/basic/components/DelayedVisible.server.vue
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
This should be visible at first with viewport!
|
||||
</div>
|
||||
</template>
|
Loading…
Reference in New Issue
Block a user