mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 19:32:40 +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>
|