mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-09 13:05:55 +00:00
8 lines
124 B
Vue
8 lines
124 B
Vue
<template>
|
|
<div>
|
|
<NuxtLink to="/routes/non-existent">
|
|
To non-existent link
|
|
</NuxtLink>
|
|
</div>
|
|
</template>
|