Nuxt/test/fixtures/basic/pages/prefetch/server-components.vue

8 lines
125 B
Vue

<template>
<div>
Testing prefetching server components:
<AsyncServerComponent :count="34" />
</div>
</template>