Edit footer and add header
This commit is contained in:
parent
4341a3ff9e
commit
c6705914e0
10 changed files with 160 additions and 41 deletions
24
components/AppHeader.vue
Normal file
24
components/AppHeader.vue
Normal file
|
@ -0,0 +1,24 @@
|
|||
<template>
|
||||
|
||||
<header>
|
||||
<div class="header-bar">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
// --------------------------------------------------
|
||||
// HEADER STYLE
|
||||
// --------------------------------------------------
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue