✨ Swagger docs
This commit is contained in:
@@ -1,14 +1,23 @@
|
||||
<template>
|
||||
<v-app :theme="colorMode.preference">
|
||||
<v-app-bar flat height="48">
|
||||
<v-container class="mx-auto d-flex align-center justify-center">
|
||||
<p class="text-sm">Solar Network</p>
|
||||
</v-container>
|
||||
</v-app-bar>
|
||||
|
||||
<v-main>
|
||||
<slot />
|
||||
</v-main>
|
||||
|
||||
<nuxt-link to="/">
|
||||
<v-footer app fixed flat height="48">
|
||||
<v-container class="mx-auto d-flex align-center justify-between">
|
||||
<img
|
||||
src="/_nuxt/assets/images/cloudy-lamb.png"
|
||||
alt="Cloudy Lamb"
|
||||
height="24"
|
||||
width="24"
|
||||
class="mr-2"
|
||||
/>
|
||||
<p class="text-sm">Solar Network</p>
|
||||
</v-container>
|
||||
</v-footer>
|
||||
</nuxt-link>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user