mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
8 lines
265 B
Vue
8 lines
265 B
Vue
<template>
|
|
<div class="content">
|
|
<h1 class="title">Custom CSS!</h1>
|
|
<p><nuxt-link to="/about" class="button is-medium is-primary hvr-float-shadow">I am a button</nuxt-link></p>
|
|
<p><nuxt-link to="/about">About page</nuxt-link></p>
|
|
</div>
|
|
</template>
|