generated from Seekra/repository-template
Remove .content-background container
This commit is contained in:
+5
-4
@@ -1,11 +1,12 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import Navbar from './features/nav/components/Navbar.vue';
|
import Navbar from './features/nav/components/Navbar.vue';
|
||||||
|
import Footer from './features/footer/components/Footer.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="content-background">
|
<Navbar />
|
||||||
<Navbar />
|
|
||||||
|
|
||||||
<router-view />
|
<router-view />
|
||||||
</div>
|
|
||||||
|
<Footer />
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user