1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 10:23:24 +00:00
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>