Skip to content

Commit 1a6d0f6

Browse files
committed
added base to header and footer
1 parent cd7afde commit 1a6d0f6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/components/FooterComp.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<template>
2+
<footer></footer>
3+
</template>

src/components/HeaderComp.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<template>
2+
<header></header>
3+
</template>

0 commit comments

Comments
 (0)