mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-20 04:39:04 +00:00
footer
This commit is contained in:
parent
0675604d1a
commit
816d9dba30
6 changed files with 79 additions and 19 deletions
2
app.vue
2
app.vue
|
@ -1,9 +1,11 @@
|
|||
<script>
|
||||
import Backdrop from "./components/Backdrop.vue";
|
||||
import Footer from "./components/Footer.vue";
|
||||
</script>
|
||||
<template>
|
||||
<div>
|
||||
<Backdrop />
|
||||
<router-view />
|
||||
<Footer />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue