Header base component without styles

This commit is contained in:
2020-12-16 13:53:02 +01:00
parent 1278e23aec
commit 2b2528054a
3 changed files with 33 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
<template>
<main>
<section>
<h1>Ghibli movies</h1>
{{ films }}
</main>
</section>
</template>
<script>