mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
29 lines
706 B
Vue
29 lines
706 B
Vue
<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>
|