Header base component without styles
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user