Fix style-resources example

This commit is contained in:
Dmitri Efimenko 2017-11-21 03:02:21 +03:00
parent 9fb2fdf4f5
commit f71abff6c6

View File

@ -7,6 +7,6 @@
<template> <template>
<div class="main"> <div class="main">
<h1>Welcome!</h1> <h1>Welcome!</h1>
<nuxt-link to="/about">About page</nuxt-link> <p>Background is grey</p>
</div> </div>
</template> </template>