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