1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-21 16:55:57 +00:00
Nuxt/test/fixtures/basic/pages/server-page.server.vue
2024-02-26 17:39:26 +00:00

11 lines
152 B
Vue

<template>
<div id="server-page">
Hello this is a server page
<NuxtLink
to="/"
>
to home
</NuxtLink>
</div>
</template>