mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-20 04:39:04 +00:00
feat: bare navbar
This commit is contained in:
parent
a1dfc9c08f
commit
e230a857e6
3 changed files with 44 additions and 1 deletions
2
app.vue
2
app.vue
|
@ -1,6 +1,7 @@
|
|||
<script>
|
||||
import Backdrop from "./components/Backdrop.vue";
|
||||
import Footer from "./components/Footer.vue";
|
||||
import Navbar from "./components/Navbar.vue";
|
||||
</script>
|
||||
<style>
|
||||
body,
|
||||
|
@ -10,6 +11,7 @@ html {
|
|||
</style>
|
||||
<template>
|
||||
<div>
|
||||
<Navbar />
|
||||
<Backdrop />
|
||||
<router-view />
|
||||
<Footer />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue