mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
95cbe67f99
Co-authored-by: Pooya Parsa <pyapar@gmail.com> Co-authored-by: fgiraud <hello@florent.dev>
8 lines
104 B
Vue
8 lines
104 B
Vue
<template>
|
|
<div>
|
|
Go to <NuxtLink to="/test">
|
|
Test Page
|
|
</NuxtLink>
|
|
</div>
|
|
</template>
|