mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
15 lines
305 B
Vue
15 lines
305 B
Vue
<template>
|
|
<div>
|
|
<h1>Error Loop incoming page</h1>
|
|
<nuxt-link id="error" to="/error">
|
|
Error during error
|
|
</nuxt-link>
|
|
<nuxt-link id="about" to="/about">
|
|
About
|
|
</nuxt-link>
|
|
<nuxt-link id="info" to="/info">
|
|
Info (with error)
|
|
</nuxt-link>
|
|
</div>
|
|
</template>
|