mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
8 lines
256 B
Vue
8 lines
256 B
Vue
<template>
|
|
<div class="content">
|
|
<h1 class="title">Another Page</h1>
|
|
<p><nuxt-link to="/" class="button is-medium is-info hvr-wobble-vertical">Another button</nuxt-link></p>
|
|
<p><nuxt-link to="/">Back home</nuxt-link></p>
|
|
</div>
|
|
</template>
|