Nuxt/test/fixtures/basic/pages/client-server.vue

29 lines
706 B
Vue
Raw Normal View History

<template>
<div>
<div class="placeholder-to-ensure-no-override">
this should not be removed by hydration
</div>
<ClientFragmentServer />
<div class="placeholder-to-ensure-no-override">
this should not be removed by hydration
</div>
<ClientServerFragment />
<div class="placeholder-to-ensure-no-override">
this should not be removed by hydration
</div>
<ClientServer />
<div class="placeholder-to-ensure-no-override">
this should not be removed by hydration
</div>
<ClientFragmentServerFragment />
<div class="placeholder-to-ensure-no-override">
this should not be removed by hydration
</div>
</div>
</template>