mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 22:55:13 +00:00
11 lines
175 B
Vue
11 lines
175 B
Vue
<template>
|
|
<div>
|
|
<div>
|
|
should not be rendered on ssr
|
|
</div>
|
|
<NuxtLink to="/forbidden">
|
|
should throw a 404 error
|
|
</NuxtLink>
|
|
</div>
|
|
</template>
|