mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
9ebbb14eab
- Add README for examples vuex-store, async-data and global-css - Add examples/global-css/ - Feature: we can now use nuxt.config.js to add global css files and modules - Fix: show webpack error of compilation
8 lines
273 B
Vue
8 lines
273 B
Vue
<template>
|
|
<div class="content">
|
|
<h1 class="title">Custom CSS!</h1>
|
|
<p><router-link to="/about" class="button is-medium is-primary hvr-float-shadow">I am a button</router-link></p>
|
|
<p><router-link to="/about">About page</router-link></p>
|
|
</div>
|
|
</template>
|