mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
669fecc6a3
Co-authored-by: James Homer <jameshomer85@gmail.com>
19 lines
202 B
Vue
19 lines
202 B
Vue
<template>
|
|
<div>
|
|
<NuxtLink to="/scroll-to-top/other">
|
|
go to other
|
|
</NuxtLink>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
div {
|
|
margin-top: 1500px;
|
|
}
|
|
</style>
|