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,9 +1,20 @@
<template>
<div>
<Nuxt />
<Header />
<main>
<Nuxt />
</main>
</div>
</template>
<script>
import Header from "@/components/Header";
export default {
components: { Header }
};
</script>
<style>
html {
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",