mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
8 lines
104 B
Vue
8 lines
104 B
Vue
<template>
|
|
<div>
|
|
Go to <NuxtLink to="/test">
|
|
Test Page
|
|
</NuxtLink>
|
|
</div>
|
|
</template>
|