mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-23 09:00:31 +00:00
11 lines
159 B
Vue
11 lines
159 B
Vue
<template>
|
|
<div>
|
|
<p>
|
|
Go to <NuxtLink to="/">
|
|
Homepage
|
|
</NuxtLink>
|
|
</p>
|
|
<p>Test page added by module</p>
|
|
</div>
|
|
</template>
|