mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 11:22:43 +00:00
10 lines
160 B
Vue
10 lines
160 B
Vue
<template>
|
|
<div>
|
|
Page for hook tests.
|
|
<NuxtLink to="/page-load-hook/subpage">
|
|
To sub page
|
|
</NuxtLink>
|
|
<NuxtPage />
|
|
</div>
|
|
</template>
|