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>
<div class="main">
<h1>Welcome!</h1>
<nuxt-link to="/about">About page</nuxt-link>
<p>Background is grey</p>
</div>
</template>