update nav and footer

This commit is contained in:
2021-03-21 09:47:10 +02:00
parent e7ef524df6
commit 081a84c8cb
6 changed files with 47 additions and 35 deletions

View File

@@ -1,15 +1,15 @@
<template>
<div class="">
<!-- <NavBar
<NavBar
:navigation="$static.navigation"
@setTheme="setTheme"
:theme="this.theme"
/> -->
/>
<slot />
<!-- <Footer
<Footer
:record="$static.footer"
@setTheme="setTheme"
:theme="this.theme" /> -->
:theme="this.theme" />
</div>
</template>